Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have the following Public Blah As String I then run Sub dia() which as part of it's code runs private sub second() Part of the code of private sub second() is For i = 2 To FinalColumn Blah = Left(ActiveCell, WorksheetFunction.Find(" ", ActiveCell) - 1) etc etc when the code gets to the above line I get a run-time error 13, type mismatch If sub second() is not private, I don't get this error. Can someone please advise how to rectify this issue thanks Richard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Special Private Character Question | Excel Discussion (Misc queries) | |||
Private sub Worksheet change question | Excel Programming | |||
Question about private subs | Excel Programming | |||
Private Textbox Exit Sub question... | Excel Worksheet Functions | |||
Private Sub Workbook Open() - question | Excel Programming |