+ Reply to Thread
Results 1 to 9 of 9

VBA Command Button Macro

Hybrid View

Thrawler VBA Command Button Macro 01-16-2012, 11:18 PM
rylo Re: VBA Command Button Macro 01-16-2012, 11:42 PM
Thrawler Re: VBA Command Button Macro 01-16-2012, 11:48 PM
rylo Re: VBA Command Button Macro 01-17-2012, 12:26 AM
Thrawler Re: VBA Command Button Macro 01-17-2012, 12:29 AM
rylo Re: VBA Command Button Macro 01-17-2012, 01:11 AM
Thrawler Re: VBA Command Button Macro 01-17-2012, 01:15 AM
rylo Re: VBA Command Button Macro 01-17-2012, 01:33 AM
Thrawler Re: VBA Command Button Macro 01-17-2012, 01:58 AM
  1. #1
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: VBA Command Button Macro

    Hi

    Easy way around that is to do something like

    With Sheets("costs")
    Head = .Range("B1")
    Relic = .Range("B2")
    ......
    end with
    I think that will solve that loading problem.

    rylo

  2. #2
    Registered User
    Join Date
    12-13-2011
    Location
    ON
    MS-Off Ver
    Excel 2011
    Posts
    18

    Re: VBA Command Button Macro

    I got it, I added WS.Range to it, and it fixed it


    Thank you for all your help!

+ Reply to Thread

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