xlDialogSendMail Error

G

Gavin Smith

Rather than post all code - this error can be replicated
as follows.

(1) With a new workbook create a Form with one command
button on it.

(2) In the click event of the command button insert the
code:

Private Sub CommandButton1_Click()

Me.PrintForm
Application.Dialogs(xlDialogSendMail).Show
Unload Me

End Sub

(3) Create a module with code showing the form

(4) Add a form button to your worksheet and associate it
with the macro calling the form

(5) Let it run and - hey presto! You should get
the "Path/File Access Error" code.

Got any ideas?

Gavin






Show us your code Gavin
 
R

Ron de Bruin

Hi Gavin

I tested it in Win XP Office 2002 and WinXP Office 97.
No errors for me?

Do you have more information to reproduce
 
G

Guest

Only that error occurs in Excel 2000 but not on Excel 97

-----Original Message-----
Hi Gavin

I tested it in Win XP Office 2002 and WinXP Office 97.
No errors for me?

Do you have more information to reproduce


--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)




"Gavin Smith" <[email protected]> wrote
in message news:[email protected]...
 
R

Ron de Bruin

Hi Gavin

Same for me in 2000, but I have no solution for you.

I hope anybody else can help you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top