Software Development Network>> Visual FoxPro>> Excel & Foxpro 5.0
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
I don't know what you mean by transparent. Maybe you meant this:
oExcel.ActiveWindow.DisplayZeros = .F.
Excel & Foxpro 5.0
Jigar Lakhani
Sean ORegan
XNA Rockstar
xkx32
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 EndwithDanMeyers
I don't know what you mean by transparent. Maybe you meant this:
oExcel.ActiveWindow.DisplayZeros = .F.
zybernau