RE: Open a specific Excel worksheet inside a VFP Form

2008-04-19 Thread Paul
RE: Open a specific Excel worksheet inside a VFP Form Ok, use the MS Excel worksheet ole control then. JH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Sent: Saturday, April 19, 2008 10:12 AM To: 'ProFox Email List' Subject: RE: O

RE: Open a specific Excel worksheet inside a VFP Form

2008-04-19 Thread John Harvey
Ok, use the MS Excel worksheet ole control then. JH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Sent: Saturday, April 19, 2008 10:12 AM To: 'ProFox Email List' Subject: RE: Open a specific Excel worksheet inside a VFP Form Thank

RE: Open a specific Excel worksheet inside a VFP Form

2008-04-19 Thread Paul
roFox Email List' Subject: RE: Open a specific Excel worksheet inside a VFP Form If you know how to open 'a' worksheet, you should know you can open a specific excel document, which is your template. oexcel=CREATEOBJECT('excel.application') lcfile=GETFILE('

RE: Open a specific Excel worksheet inside a VFP Form

2008-04-19 Thread John Harvey
rom: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Sent: Saturday, April 19, 2008 8:32 AM To: 'ProFox Email List' Subject: Open a specific Excel worksheet inside a VFP Form Hello All This is what I want to do: I want to open an excel worksheet in a vfp form the user will

Open a specific Excel worksheet inside a VFP Form

2008-04-19 Thread Paul
Hello All This is what I want to do: I want to open an excel worksheet in a vfp form the user will fill up data then I want to import back the information My problem is that I need to have a specific worksheet open. I know how to add a worksheet to the form I know how to import the excel data but