+ Reply to Thread
Results 1 to 2 of 2

Removing a Reference from a cell

  1. #1
    Registered User
    Join Date
    10-03-2007
    Posts
    21

    Removing a Reference from a cell

    Hello,

    First I would like to disclose that I have limited experience with regards to Macros.

    My situation is that I need to export a file into a PDFfill sheet program. Unfortunately, it will not recognize a cell that references another cell. Is there a way or macro that will remove the reference and state the information as though it was manually inputted?

    EXAMPLE:

    A1= 20
    B1= "A1"

    After applying the function or macro:

    A1= 20
    B1= 20

    As always, thank you in advance for you time. This Forum has been an incredible resource for me and I have recommended it to a lot of friends. All of them have responded with enthusiastically positive comments about this site.

    Regards,

    Joe

    PS- If this post should be in another forum, please let me know and I will post it in the appropriate forum.

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    You could make a copy of the sheet and then delete when finished.

    Or is it really only one cell that has a formula

    Here a example of some code which would make a copy for sheets list. Make a copy. Then do something else with the sheet... bit that is missing then delete the sheet

    Please Login or Register  to view this content.
    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

+ 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