Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Some easy (for others) VFP to Excel commands
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00347041
Message ID:
00347093
Views:
25
Instead of using

.Rows("1:3").Select
.select.Insert(-4121)

which doesn't seem to work (of course there probably is a way), if you combine the statements into one line it works.

.Rows("1:3").insert(xldown)


Thanks for the suggestions, it lead me to the answer in this case.

Kevin
Kevin Emmrich
www.jkt9000.com
Previous
Reply
Map
View

Click here to load this message in the networking platform