Results 1 to 6 of 6

Difference between sheet, module and thisworkbook in excel

Threaded View

  1. #1
    Registered User
    Join Date
    05-31-2017
    Location
    IRL
    MS-Off Ver
    No idea
    Posts
    12

    Difference between sheet, module and thisworkbook in excel

    I don't want to duplicate code in sheets, so right now i have


    '##Sheet1
    Sub test()
       callThisSub(parameter)
    
       callThisSub2(parameter)   
    End Sub
    
    '##Module1
    callThisSub(parameter)
        ...
    End Sub
    
    '##thisworkbook
    callThisSub2(parameter)
        ...
    End Sub
    callThisSub works
    callThisSub2 doesn't work, do I need to define it differently? the code is workbook specifik so I guess I should have it in thisworkbook and not in a module?
    Last edited by elfor; 06-01-2017 at 08:51 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. ThisWorkbook Module Add-in
    By asalamun in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-27-2017, 01:04 PM
  2. [SOLVED] Can't reference ThisWorkbook from a module in another workbook module
    By Bukovnik in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-11-2015, 11:32 AM
  3. Replies: 1
    Last Post: 08-30-2011, 02:23 AM
  4. Excel 2003 "Compile error in hidden module: ThisWorkbook"
    By JeffBrown in forum Excel General
    Replies: 1
    Last Post: 11-05-2007, 04:02 PM
  5. Difference among Module, SheetX, ThisWorkbook?
    By muster in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-07-2006, 02:00 PM
  6. Calls from sheet module to ThisWorkbook module
    By quartz in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-23-2005, 11:05 AM
  7. Sheet turns into a "ThisWorkbook" module
    By Rob in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-15-2005, 10:06 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1