LindaRichard
Programmer
Hi,
When programming Excel from VFP 8.0 is there a way
to display a sheet in print preview view on entry instead
of the standard grid sheet?
I also have code to display some text over
serveral columns using the merge command,
this works fine, except that I would like
the row height to adjust to view all of text on entry.
Can this be done?
goExcel.Range("H1:H5").select
goExcel.ActiveCell.FormulaR1C1 = shrimpproj.note
goExcel.Range(lstemp).mergecells=.t.
goExcel.SELECTION.WrapText = .t.
Thanks for your help.
Linda
When programming Excel from VFP 8.0 is there a way
to display a sheet in print preview view on entry instead
of the standard grid sheet?
I also have code to display some text over
serveral columns using the merge command,
this works fine, except that I would like
the row height to adjust to view all of text on entry.
Can this be done?
goExcel.Range("H1:H5").select
goExcel.ActiveCell.FormulaR1C1 = shrimpproj.note
goExcel.Range(lstemp).mergecells=.t.
goExcel.SELECTION.WrapText = .t.
Thanks for your help.
Linda