Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to automate Excel cell value update
Message
From
12/09/2005 14:38:32
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01048875
Message ID:
01048891
Views:
29
This message has been marked as a message which has helped to the initial question of the thread.
Okay, try this;
instead of .value
use .FormulaR1C1
>Nice try Beth,
>but no new value is ever being recognized in the cell
>debug shows that the cells are not changing with ...
>
>               cCell="A"+sRowID
>               .Range(cCell).Select()
>               .Range(cCell).Value= DATE(1990,01,01)&& CTOD(sA)
>
>this code should place 1/1/90 in the A9 cell
>any other suggestions?
>>
Previous
Reply
Map
View

Click here to load this message in the networking platform