Software Development Network>> Visual FoxPro>> Excel & Foxpro 5.0
I don't know what you mean by transparent. Maybe you meant this:
oExcel.ActiveWindow.DisplayZeros = .F.
Looks like I'll end up writing your whole code step by step. Please create a new thread next time so others would also deal with your questions.
oExcel = Createobject("Excel.Application") With oExcel .Workbooks.Add .Visible = .T. With .ActiveWorkBook.ActiveSheet .Range('A1:F10').Cells.Value = 'filledbefore' .Range("1:6").EntireRow.Insert Endwith Endwith
Excel & Foxpro 5.0
NastyMatt
daaboots
Saroj K. Nanda
I don't know what you mean by transparent. Maybe you meant this:
oExcel.ActiveWindow.DisplayZeros = .F.
JustinCReid
Looks like I'll end up writing your whole code step by step. Please create a new thread next time so others would also deal with your questions.
oExcel = Createobject("Excel.Application") With oExcel .Workbooks.Add .Visible = .T. With .ActiveWorkBook.ActiveSheet .Range('A1:F10').Cells.Value = 'filledbefore' .Range("1:6").EntireRow.Insert Endwith Endwithlittleflsh
brohans