Thread: Modules
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Modules

Hi Kittycoo,

In the VBE, Ctrl R to go to thr Project Explorer, select the module, F4 to
open the properties window, select and change the first property value
(Name)


---
Regards,
Norman


"Kittycoo" wrote in message
...
Hello, I'm relatively new to VB, so this may be a silly question to the

gurus out there. I've created a module in which I have a subroutine, but
want to change the name of it from Module1. How do I go about doing this?

Thanks!