Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stopping Excel from changing data through OLE

Status
Not open for further replies.

hojo

Computer
Oct 9, 2002
18
0
0
Hi All

I have a Visual basic program i've developed to control the stock levels at work.

To print out reports in a logical set out i've sent the data from a MSFlexGrid(which i use to display on screen) to Excel so as it will print in columns.

This works fine but excel in all its genius changes some ID numbers like "4-8093" to a date like "Apr-93".

Can Anyone help???
 
Replies continue below

Recommended for you

Thanks for the try but Excel still sees the data in date format.

I've noticed that the Excel OLE object has a "rejectallchanges" method. Pehaps this my be helpful if i knew its parameters. Its askes for [when,who,where].

Isn't problem solving fun.

tar
 
Status
Not open for further replies.
Back
Top