Questions & Answers for: Microsoft Excel integer

...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

Question about Excel for PC

1 Answer

...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. Hope this ...

Ad

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 ...

...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 String Dim TRYBOOK As String Dim ...

Not finding what you are looking for?

Ask a Question

Usually answered in minutes!

Manuals & User Guides

Loading...