Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Range("Formlas!B2") = "480"
Looks as if you didn't spell the sheet name correctly. Btw, no need to make the sheet visible. -- Jim "JasonSelf" wrote in message ... | | I am getting a runtime error '1004' | Method 'Range' of object 'Global' failed | | Private Sub OptionButton2_Click() | Sheets("Formulas").Visible = True | Range("Formlas!B2") = "480" <----- | Sheets("Formulas").Visible = False | Sheets("Panel").Select | End Sub | | when I originally wrote this code it worked, however now I get the | run-time error. Does anyone know what would cause this and how I get | the active object to be the Worksheet? | | Thanks, | Jason | | | -- | JasonSelf | ------------------------------------------------------------------------ | JasonSelf's Profile: http://www.excelforum.com/member.php...fo&userid=5330 | View this thread: http://www.excelforum.com/showthread...hreadid=481967 | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Range Question / error 1004: method Range of object Worksheet has failed | Excel Programming | |||
Range object global failure | Excel Programming | |||
Method Rows of Object Global Failed | Excel Programming | |||
Runime Error 1004 Method Range of Object Global Failed | Excel Programming | |||
Method Range of object global failed | Excel Programming |