Results 1 to 10 of 10

How to run a separate private procedure within the same module

Threaded View

  1. #7
    Forum Expert
    Join Date
    06-25-2009
    Location
    Sofia, Bulgaria, EU
    MS-Off Ver
    Excel 2003-2013
    Posts
    1,290

    Re: How to run a separate private procedure within the same module

    I agree that Application.Run is for subs in other project/workbook. It can be used also to run subs from another application, e.g.

    wdApp.Run "'Normal.dot'!Module1.CloseDeposit"
    where wdApp is Word.Application variable and above code is executed from Excel macro.

    buran
    Last edited by buran; 02-16-2012 at 04:56 PM. Reason: remove incorrect statement

Thread Information

Users Browsing this Thread

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

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