Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You are right Tom, I (incorrectly) assumed the problem occured only when a
was either missing or "too small" -- Gary''s Student - gsnu200723 "Tom Ogilvy" wrote: ? left("bb",1000000) bb -- Regards, Tom Ogilvy "Gary''s Student" wrote: v = ActiveCell.Offset(0, 5).Text If Len(v) < 9 Then Exit Sub End If a = Left(ActiveCell.Offset(0, 5).Text, 9) -- Gary''s Student - gsnu200723 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Exiting Excel | Excel Discussion (Misc queries) | |||
Exiting a Textbox | Excel Programming | |||
Exiting Worksheet | Excel Discussion (Misc queries) | |||
Exiting a workbook | Excel Programming | |||
Exiting a workbook | Excel Programming |