Module Names

C

Casey

Is there a method for renaming a module, short of using import and
export. I just want to change the name.
 
T

Trevor Shuttleworth

Casey

you can do that in the Properties Window for the module. Select the Name
field and call it what you will.

Regards

Trevor
 
B

Bob Phillips

Casey,

Select the module in question, and in the Properties window (which can be
opened from the View menu), just change the Name property.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Top