M Mehul Oct 6, 2003 #1 how can I open client Excel application using the class ID and regedit? thanks.
K keepitcool Oct 6, 2003 #2 Do you mean? Dim xlApp As Object Set xlApp = CreateObject("excel.application") keepITcool < email : keepitcool chello nl (with @ and .) > < homepage: http://members.chello.nl/keepitcool >
Do you mean? Dim xlApp As Object Set xlApp = CreateObject("excel.application") keepITcool < email : keepitcool chello nl (with @ and .) > < homepage: http://members.chello.nl/keepitcool >
M Mehul Oct 6, 2003 #3 yes.. I have some data that user needs to copy and paste it in excel - just want to give a link to open their excel application. So how do I refer the below as link? ur help is appreciated. Thanks.
yes.. I have some data that user needs to copy and paste it in excel - just want to give a link to open their excel application. So how do I refer the below as link? ur help is appreciated. Thanks.
K keepitcool Oct 6, 2003 #4 just open an url to an .xls file. you could use hyperlink function for that. keepITcool < email : keepitcool chello nl (with @ and .) > < homepage: http://members.chello.nl/keepitcool >
just open an url to an .xls file. you could use hyperlink function for that. keepITcool < email : keepitcool chello nl (with @ and .) > < homepage: http://members.chello.nl/keepitcool >