Hi,
I'm exporting data to Excel and I'm using automation to format the spreadsheet. What I do is to record a macro with everything I want to do. Then I edit the macro, copy the Visual Basic code to my program and change the code to FoxPro syntax.
When I Merge cells (mergecells = .T.), a message pops up with the following:
"The selection contains multiple data values. Merging into one cell will keep the upper-left most data only"
Is there a way I can avoid having this message?
Also I get more confirmation messages to save the spreadsheet and RESUME.XLW
I'd appreciate any ideas to get rid of these messages.
Thanks in Advance,
Monica
I'm exporting data to Excel and I'm using automation to format the spreadsheet. What I do is to record a macro with everything I want to do. Then I edit the macro, copy the Visual Basic code to my program and change the code to FoxPro syntax.
When I Merge cells (mergecells = .T.), a message pops up with the following:
"The selection contains multiple data values. Merging into one cell will keep the upper-left most data only"
Is there a way I can avoid having this message?
Also I get more confirmation messages to save the spreadsheet and RESUME.XLW
I'd appreciate any ideas to get rid of these messages.
Thanks in Advance,
Monica