+ Reply to Thread
Results 1 to 2 of 2

VBA PC-Mac Compatibility

  1. #1
    MikeM
    Guest

    VBA PC-Mac Compatibility

    I'm writing VBA code to be used on both PC & Mac, using Excel 2003 SP1.
    Everything works but turning off screenupdating on the Mac. I copy ranges
    from 3 sheets in 1 workbook and paste them into another workbook, and I don't
    want the users to see this.

    Alternatively, I tried to copy without choosing the workbook, with a command:

    workbook(A),sheets(B).range(C).copy

    instead of

    workbook(A).select
    sheets(B)range(C).copy

    but I can't do that (why?), so the Mac user keeps seeing the back-and-forth
    copying.



  2. #2
    Dave Peterson
    Guest

    Re: VBA PC-Mac Compatibility

    From the posts I've read by Mac Users, I would have thought that you were doing
    things perfectly.

    But if you don't get a response in this newsgroup, you may want to try:
    microsoft.public.mac.office.excel



    MikeM wrote:
    >
    > I'm writing VBA code to be used on both PC & Mac, using Excel 2003 SP1.
    > Everything works but turning off screenupdating on the Mac. I copy ranges
    > from 3 sheets in 1 workbook and paste them into another workbook, and I don't
    > want the users to see this.
    >
    > Alternatively, I tried to copy without choosing the workbook, with a command:
    >
    > workbook(A),sheets(B).range(C).copy
    >
    > instead of
    >
    > workbook(A).select
    > sheets(B)range(C).copy
    >
    > but I can't do that (why?), so the Mac user keeps seeing the back-and-forth
    > copying.


    --

    Dave Peterson

+ 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