Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
IOamworking thru some learningmaterial and have the following code:
Sub Monthupdate() m = Sheets("command").Cells(3, 1) If (m = "January") Then Sheets("Command").Cells(3, 1) = February GoTo lab1: End If At this point the following message is displayed:- <<...OLE_Obj... It appears not to like the GoTo lab1: I can't find any reference to lab1: before this point in the module, will the label need defining? If so how is this done in VB? If you have any suggestions they would be most appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can anybody stop this happening please | New Users to Excel | |||
Don't know what is happening.... | Excel Discussion (Misc queries) | |||
Why this is happening | Charts and Charting in Excel | |||
Why is this happening? | Excel Worksheet Functions | |||
what's the Bug....tell me what's happening??? | Excel Programming |