+ Reply to Thread
Results 1 to 2 of 2

labeling worksheets

  1. #1
    Registered User
    Join Date
    11-04-2006
    Posts
    2

    Question labeling worksheets

    Hi all,

    I wrote this interpolation add-in. It basicly performs two tasks:

    1) Import data from a text file to a newly added worksheet. The data consists of numerical data from graphs, all sampled at different points.

    2) recalculate the imported data (interpolation at fixed points), and write new data to another worksheet.

    Now I want to be able to distinguish between the imported sheets, the calculated sheets, and the sheets that were not added by the add-in.

    Any ideas on how to do this? I thought of programmatically adding a module to the sheets with just 1 boolean variable: imported

    Then a can have three situations:
    1) imported = true: The sheet contains imported data
    2) imported = false: The sheet contains calculated data
    3) when the variable 'imported' does not exist, the sheet was not added by the add-in.

    Is this approach feasable? How would I code this? Any other ideas?

    Any reaction is greatly appreciated...

  2. #2
    Forum Contributor
    Join Date
    12-12-2005
    Posts
    667
    When a workbook is shared and it has a sufficient history it can be compared to another by clicking Tools, Compare and merge workbooks.
    Best regards,

    Ray

+ 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