View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
buczacz buczacz is offline
external usenet poster
 
Posts: 19
Default getting same save-on-close macro to work from different networklocations

My machine does not seem to recognize the function "environ().

My prior response to your response did not get posted. If this posts, I
expand.

Tom Ogilvy wrote:
Option 1 shouldn't be that hard

if environ("COMPUTERNAME") = "AMD" then

else

End if