Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all, I have macro below in Worksheet Module. It works fine but
when ever I open any other excel file at the same time when I got current file (in which I got the below macro) opened, I get error message pop up saying "Run-time error '9': Subscript out of Range" Please can any friend can help that how can i get rid of this error message. Private Sub Worksheet_Calculate() Dim SHT As Worksheet Set SHT = Sheets("Template") If Range("C6").Value = "GD" Then SHT.Shapes("BACKTEMP").Width = 398 SHT.Shapes("NUMBERS").Visible = True SHT.Shapes("ACCRUE").Visible = True Me.TextBox3.Visible = True Me.ComboBox2.ListFillRange = "S33:S43" Me.ComboBox2.ListRows = 11 Else SHT.Shapes("NUMBERS").Visible = False SHT.Shapes("ACCRUE").Visible = False Me.TextBox3.Visible = False SHT.Shapes("BACKTEMP").Width = 302 Me.ComboBox2.ListFillRange = "S33:S45" Me.ComboBox2.ListRows = 13 End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
After File Open View Preview get error message | Excel Discussion (Misc queries) | |||
Error message when using Excel to open text file | Excel Discussion (Misc queries) | |||
File won't open. Error message "too many different cell formats" | Excel Worksheet Functions | |||
Trying to open Excel/Word files error message "Unable to read file | Excel Discussion (Misc queries) | |||
open file file then error message | Excel Discussion (Misc queries) |