View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
cappy2112 cappy2112 is offline
external usenet poster
 
Posts: 13
Default First Time VBA user- really easy question :-)


I understood your reply, however, that applies to the version number
function I want to call from the Spreadsheet.

Are you also suggesting that I put the existing code (the code that
was in place before I started maintaining this project)
in a new module as well?


On Jun 18, 12:51 pm, "Chip Pearson" wrote:
Do NOT put the code in the code module associated with a worksheet. Re-read
my replies. You need to CREATE A NEW MODULE.