PPRuNe Forums - View Single Post - Excel with Intranet
View Single Post
Old 22nd July 2004 | 12:27
  #4 (permalink)  
mazzy1026

Spicy Meatball
 
Joined: Jan 2004
Posts: 1,115
Likes: 0
From: Liverpool UK
Behind the button that closes the sheet use the following code:

----------------------------------------------

On Error GoTo err1

me.close

err1:
MsgBox err.description

----------------------------------------------

This will attempt to close the worksheet, and if it cant, you will get the description of the error. If you get the description, post it back here.

cheers mate

Maz
mazzy1026 is offline