Consulting

Results 1 to 2 of 2

Thread: Opening and Saving spreadsheet

  1. #1

    Opening and Saving spreadsheet

    Hi Guys,

    From a spreadsheet I would like to open another spreadsheet which I have done successfully.

    Now what I would the macro to do is to open the spreadsheet which is a shared spreadsheet.
    Save AS to another location say my desktop as an unshared worksheet.

    So end result I have still have the untouched shared version in my C drive and an unshared version on my desktop.

    Any help is greatly appreciated.

    I have gotten this far.

    Sub Opensheet()


    Workbooks.Open Filename:="C:\test.xlsm"


    End Sub

  2. #2
    Moderator VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    In a new Excel book, Record a Macro while opening and saving the shared book. Use the Excel File menu to open the shared book. Store the macro in Personal Macro Workbook.

    Macros Stored in Personal are available in all Workbooks.
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

Posting Permissions

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