View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JBeaucaire[_147_] JBeaucaire[_147_] is offline
external usenet poster
 
Posts: 1
Default How to run macro for "private sub.."


Private means "For Excel to use, not users" so you would need to change
the name of the macro to make it user-accessible.


--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile: http://www.thecodecage.com/forumz/member.php?userid=73
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=46879