Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Im looking for a list of commands to execute in run.
Example: System.Diagnostics.Process.Start("mailto:me@myemai l.com&subject=Request%20Information&body=Request:% 0A%0A%0A%0A%0A%0A%0ACONFIDENTIALITY NOTICE"); The above line works fine, well I want to do this for excel as well, but I am having trouble finding the commands for a cell in excel. How would a write information to specific cells in excel using the same process? what I tried: System.Diagnostics.Process.Start("EXCEL.EXE"); this works fine, but when I tried to find Cell line commands I was unable to get anything to work. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
start Word and Mail Merge the data from excel,system will restart | Excel Discussion (Misc queries) | |||
"System" Process eating CPU in Excel 2003 | Excel Discussion (Misc queries) | |||
looking for best system to process intensive excel spreadsheets | Setting up and Configuration of Excel | |||
EXCEL 2003 - system.diagnostics | Excel Programming | |||
running windows system commands in VBA | Excel Programming |