Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Excel from abap using OLE, trying to make an excel cell-property currency

Former Member
0 Kudos

Hello everyone,

I have build an abap application which generates a price list as a MS Excel file using OLE techniques (ole2incl).

One small thing in the excel file is lacking and I hope some one can help me out:

I want to give certain cells in excel the "cell property - currency", so that excel shows the amounts as currency values.

Has anyone done or seen that before?

Thanks a lot in advance.

Kind regard, Archie Oomen

2 REPLIES 2

colin_cheong
Contributor
0 Kudos

Hi,

I am having a similiar problem trying to fix the CELL format as TEXT.

No matter how I try, it often ends up as 'GENERAL.

Have you resolved your issue?

Prehaps, you could share it if you had already rectify your problem.

Thanks a lot

Former Member
0 Kudos

Have you done this? I have the same problem