Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dim intHXRCount As Integer
Set intHXRCount = Worksheets("Sheet8").Range("G4").Value I get an error that says "Object Required" |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() "aftamath77" wrote: Dim intHXRCount As Integer Set intHXRCount = Worksheets("Sheet8").Range("G4").Value I get an error that says "Object Required" |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Skip the "Set". Code should read:
Dim intHXRCount As Integer intHXRCount = Worksheets("Sheet8").Range("G4").Value Tom "aftamath77" wrote: Dim intHXRCount As Integer Set intHXRCount = Worksheets("Sheet8").Range("G4").Value I get an error that says "Object Required" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sum if statement with a left statement | Excel Discussion (Misc queries) | |||
SUMIF statement with AND statement | Excel Discussion (Misc queries) | |||
appending and IF statement to an existing IF statement | Excel Worksheet Functions | |||
If statement and Isblank statement | Excel Worksheet Functions | |||
Help please, IF statement/SUMIF statement | Excel Worksheet Functions |