Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If activecell is text I get a runtime error with the code below (o
course...). I'd like to goto Nosearch, if cell value is text. How can I write this into the below code? Dim iSpecific As Integer iSpecific = ActiveCell.Value If ActiveCell.Value = "" Then GoTo Nosearch End I -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I add an integer to an existing integer? | Excel Worksheet Functions | |||
Help creating a formula that repeats text & increments an integer | Excel Discussion (Misc queries) | |||
Convert Text to Integer | Excel Discussion (Misc queries) | |||
Extracting an integer from text | Excel Discussion (Misc queries) | |||
Get next Integer value | Excel Programming |