這非常奇怪。但我想我可能會錯過一些基本的東西。我正在嘗試命名一個結合了字母和數字的獨特名稱。 這裏發生了什麼: 我選擇一個範圍(點擊並拖動多個小區) 右鍵 - >定義名稱... ABC123輸入,然後點擊確定。 錯誤。 The name you entered is not valid.
Reasons for this can include:
-name does not begin wi
世界! 我被困在一個基本的問題。 我們對這些問題使用簡單命令(格式,if,while和所有基礎知識)。 我就儘量在能夠產生這樣的:通過使用下面的代碼 1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4
: number= 0
while number<= 0:
number = input("Give a number which is b
我寫了波紋管代碼,它在即時窗口中打印210。 Sub RangeToArr()
Dim data() As Variant
data = Range("Salary[EmpNum]").Value
Debug.Print UBound(data)
End Sub
當我使用波紋管時,將顯示Subscript out of range運行時錯誤消息。 Sub Ran
以下是問題: 業務根據購買的單位數量和單位價格應用折扣。編寫一個應用程序,詢問用戶單位數量和單價,並計算並打印總價格,應用的折扣和總折扣價格。如果單位數量爲零或更少,或者每單位價格爲0歐元或更少,則顯示合適的錯誤消息。 這裏是我的代碼: units_brought = float(input("Enter the number of units brought "))
unit_price =