Results 1 to 20 of 97

Thread: Solved: Only running MyExcel.xls on named machine?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Knowledge Base Approver
    The King of Overkill!
    VBAX Master
    Joined
    Jul 2004
    Location
    Rochester, NY
    Posts
    1,727
    Location
    Good point, Charlize! Might get a little annoying at times for Simon though
    Sub SendPCName()
        Shell "Net send slloyd " & Environ("computername")
    End Sub
    Replace your network username with slloyd
    Last edited by Aussiebear; 03-11-2025 at 05:43 PM.

Posting Permissions

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