+ Reply to Thread
Results 1 to 8 of 8

Security Watermark

  1. #1
    Registered User
    Join Date
    12-02-2019
    Location
    London
    MS-Off Ver
    Windows 10
    Posts
    9

    Security Watermark

    Hi Forum,

    I am looking to see if it is at all possible for a worksheet sitting on a network to have a Logo/Symbol or something similar on the front sheet that, while the worksheet is being used on the network the Logo/Symbol is visible. Should that worksheet leave the network ie, emailed out, saved on a USB or similar the Logo/Symbol is lost.

    This intention is that if the Logo/Symbol is missing then it is evident that the worksheet is no the original.

    I trust that makes sense?

    Thank you
    Matt

  2. #2
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Arrow Re: Security Watermark


    Hi,

    the procedure should obviously load the logo from the workbook path
    so when the sheet is located on a local drive the logo file is missing …

  3. #3
    Registered User
    Join Date
    12-02-2019
    Location
    London
    MS-Off Ver
    Windows 10
    Posts
    9

    Re: Security Watermark

    Is it possible to break/remove the "finding" path when it leaves the network, so should it find its way back on to the network it still identifies itself as not the original document?

    Cheers
    Matt

  4. #4
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Arrow Re: Security Watermark


    As I wrote the VBA procedure must load the logo from the workbook path
    so if the workbook is not located on the network but on a local drive the procedure can't o b v i o u s l y find the logo !
    The procedure can be the Workbook Open event for example, whatever …

  5. #5
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Re: Security Watermark


    And before saving the workbook just delete the logo …

  6. #6
    Registered User
    Join Date
    12-02-2019
    Location
    London
    MS-Off Ver
    Windows 10
    Posts
    9

    Re: Security Watermark

    Thank you

    Regards
    Matt

  7. #7
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Arrow Re: Security Watermark


    You can use the Dir VBA function to check if the file exists in the workbook path …

  8. #8
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Security Watermark

    VBA is not required to do this. See attached file. You will not see the logo. To see the logo, copy B5 and paste-values into B9.

    Insert the logo image in Sheet2, in cell A1. I used a simple shape.
    Add the ShowLogo named formula. This named formula returns the cell with the logo image if the current file location matches the desired file location shown on Sheet1. You can move both of these around. You may want to put them both in a hidden (or VeryHidden) sheet.
    Insert any image file into Sheet1. Click on it. Type "=ShowLogo" into the formula box.
    Attached Files Attached Files
    Jeff
    | | |·| |·| |·| |·| | |:| | |·| |·|
    Read the rules
    Use code tags to [code]enclose your code![/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] security issues or providing security for macro enabled files
    By thara.p24 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 08-12-2014, 05:12 AM
  2. Replies: 1
    Last Post: 01-24-2013, 08:03 AM
  3. [SOLVED] watermark
    By Ron de Bruin in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 09-06-2005, 05:05 PM
  4. watermark
    By sue in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 04:05 PM
  5. watermark
    By Ron de Bruin in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 09:05 AM
  6. [SOLVED] watermark
    By sue in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 07:05 AM
  7. [SOLVED] WaterMark
    By Joseph Louis in forum Excel General
    Replies: 5
    Last Post: 07-29-2005, 05:05 AM

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