View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
RebekahK20_pontiac via OfficeKB.com RebekahK20_pontiac via OfficeKB.com is offline
external usenet poster
 
Posts: 13
Default Sub that will not end

THANK you so much.... I guess the obvious tends to be illusive...

JLGWhiz wrote:
Also how can I get this to start at the end of another comand that is started
with ctrl + g. ?


If that command is in the form of a sub and is in the standard module then
put this sub name just before End Sub like the example below:
Sub CtrlG()
'Do stuff
AutoFillIn
End Sub

I have a Sub that will not end? Any ideas...

[quoted text clipped - 30 lines]

Rebekah


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200708/1