Using PDA to open auto-generated Excel file

G

Guest

I have some VBA logic that emails users an Excel file containing the Access
recordset applicable to them. The users can open it from Outlook on their
Desktop PC, but can't open it using their PDA's Excel Mobile application.
Their PDA can open other Excel file attachments in their email, but just not
ones sent by Access SendObject. Any ideas if their is some setting I need to
set or another type of command/function I need to use other than sendobject?

Thanks!
 
A

auntjoy

I have some VBA logic that emails users an Excel file containing the Access
recordset applicable to them. The users can open it from Outlook on their
Desktop PC, but can't open it using their PDA's Excel Mobile application.
Their PDA can open other Excel file attachments in their email, but just not
ones sent by Access SendObject. Any ideas if their is some setting I need to
set or another type of command/function I need to use other than sendobject?

Thanks!

Just a shot, but is it a versioning issue? Can you specify a
different version of xls file to be sent via SendObject? Is there an
update available for the PDA application?

HTH,
Aunt Joy
 
G

Guest

Did a lot of testing and found out it is a versioning issue. Blackberries
cannot open Excel 5.0 which is the only way SendObject formats excel files.
So, I have automated my email piece with MAPI to get around SendObject's
limitations of XLS formats and it works! Thanks for your guess. It's right!
 
A

auntjoy

Did a lot of testing and found out it is a versioning issue. Blackberries
cannot open Excel 5.0 which is the only way SendObject formats excel files.
So, I have automated my email piece with MAPI to get around SendObject's
limitations of XLS formats and it works! Thanks for your guess. It's right!







- Show quoted text -

No problem, glad to help.
 

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