Questions & Answers for: Microsoft Excel dim pointer

...error with this code. Private Sub CommandButton1_Click() Sheets("summary").Range("g74").Activate Dim i As Integer i = 74 For i = 74 To 80 ActiveCell.Offset(0, 1).Value = WorksheetFunction. _ ...

Ad

...Explicit '**************** ' Main Function * '**************** Function SpellNumber(ByVal MyNumber) Dim Dollars, Cents, Temp Dim DecimalPlace, Count ReDim Place(9) As String Place(2) = " Thousand " ...

Ad

Question about Excel for PC

1 Answer

I have done something in my spreadsheet ... many icons are dimmed. For example, under the Insert tab, all the icons are dimmed except for Header & Footer, and Signature line. If I open a new file, the

...mentioned script>>> Function SpellNumber(ByVal MyNumber, Optional incRupees As Boolean = True) Dim Crores, Lakhs, Rupees, Paise, Temp Dim DecimalPlace As Long, Count As Long Dim myLakhs,

Question about Excel for PC

1 Answer

...example, For counter = Start To end [Step step] [statements] [Exit For] [statements] Next [counter] Dim i as Integer For i = 0 to 10 MsgBox(i) Next i That would display a message box from 0 to 10. ...

...How do I use VBA code in Excel to check if there is a Footer in a spreadsheet? Sub checkFooter() Dim WS As Worksheet For Each WS In Worksheets If WS.PageSetup.LeftFooter = "" Then MsgBox ("No ...

Trying to write a loop using excel text boxes such as: Dim x as integer for x= 0 to 100 textbox(x).backcolor=vbWhite x=x+1 next x Not working any thoughts thanks You don't say how your program is not ...

...and enable it to be opened in edit view. Below is the current code Public Sub GetAttachments_CURE Dim FileName As String Dim i As Integer Dim timestamp As Date Dim filecheck As Boolean Dim ASK As ...

Not finding what you are looking for?

Ask a Question

Usually answered in minutes!

Manuals & User Guides

Loading...