Results 1 to 18 of 18

Thread: How can I run VBA Worksheet_BeforeDoubleClick on a (new) daily extract.csv

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    VBAX Regular
    Joined
    Jan 2015
    Posts
    42
    Location
    Hi, thanks for your response and also I did find your code worked and very useful, I am not sure why you suspect my sheet will be a different name each day, reading my last post the vba example clearly shows that all my macros remains a constant. Anyways, this workbook will be a constant named (Daily Fin_Exports) and the workbook name will always be named "Daily ExAccounts", hence as I explained earlier with the multiple if else/s.
     If TheWorksheetname = "Exported Account1234 - " Then
    otherwise none of my multiple macros would work with the users.

    Many thanks in advance once again for taking the time to even look
    Last edited by gint32; 12-05-2016 at 06:24 AM. Reason: typo

Posting Permissions

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