| Author |
importing from excel
|
|
| Gina Corey 2005-05-10, 8:25 pm |
| I am using FoxPro 7.0. Is there any way to import multiple tabs from an
excel 2003 workbook?
| |
| Fred Taylor 2005-05-10, 8:25 pm |
| You can use the IMPORT command to import 1 sheet at a time. You could then
APPEND them all into a single table, or use the SELECT ... UNION sytax and
put them all together that way.
--
Fred
Microsoft Visual FoxPro MVP
"Gina Corey" < GinaCorey@discussion
s.microsoft.com> wrote in message
news:BF606599-04C1-454A-AB90- B7B0BF150C2A@microso
ft.com...
>I am using FoxPro 7.0. Is there any way to import multiple tabs from an
> excel 2003 workbook?
| |
| Gina Corey 2005-05-11, 11:24 am |
| Thanks!
"Fred Taylor" wrote:
> You can use the IMPORT command to import 1 sheet at a time. You could then
> APPEND them all into a single table, or use the SELECT ... UNION sytax and
> put them all together that way.
>
> --
> Fred
> Microsoft Visual FoxPro MVP
>
>
> "Gina Corey" < GinaCorey@discussion
s.microsoft.com> wrote in message
> news:BF606599-04C1-454A-AB90- B7B0BF150C2A@microso
ft.com...
>
>
>
|
|
|
|