Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Standard Modules in VBA

I am a beginner with VBA. Could you please let me know what is standard
modules in VBA? Thanks.

Michael
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 575
Default Standard Modules in VBA

Michael,

In the visual basic editor, if you click on the project and do Insert,
Module, you get a standard module. This is not attached to a sheet or
userform.

If you double click on a sheet, thisworkbook, or a form, you create a module
that contains code specific to that sheet, workbook or form. i.e. not a
standard module.

Robin Hammond
www.enhanceddatasystems.com

"Standard Modules in VBA" <Standard Modules in
wrote in message
...
I am a beginner with VBA. Could you please let me know what is standard
modules in VBA? Thanks.

Michael



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
When to code in sheet or userform modules and when to use modules Tony James Excel Programming 1 December 16th 04 10:02 PM
modules tjh Excel Programming 2 November 22nd 04 04:12 PM
Modules Rich Excel Programming 1 November 4th 04 11:32 AM
modules libby Excel Programming 4 November 22nd 03 01:34 PM
Class Modules vs Modules Jeff Marshall Excel Programming 2 September 28th 03 07:57 PM


All times are GMT +1. The time now is 01:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"