Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
amrindia
Starting Member
8 Posts |
Posted - 2008-04-17 : 05:29:03
|
Hi AllI just have a excel macro code, It is working in excel itself.But I want to execute within SSIL package.When I am trying through Active X, It is returning error.Can any one help me please....MichaelRaj Arokiyasamy |
|
rgombina
Constraint Violating Yak Guru
319 Posts |
Posted - 2008-04-17 : 07:34:58
|
- Are you trying to run macro within SSIS or exceute Excel itself? You are coding Excel macro in ActiveX? The error is what...? |
 |
|
amrindia
Starting Member
8 Posts |
Posted - 2008-04-17 : 07:50:25
|
Hi I am trying to execute within Active X itself (Macro Code), not in excel sheetMichaelRaj Arokiyasamy |
 |
|
rgombina
Constraint Violating Yak Guru
319 Posts |
Posted - 2008-04-17 : 07:59:38
|
Hope this is what you're looking for (in Script Task which is preferred than ActiveX):http://www.codeguru.com/forum/showthread.php?threadid=430362 |
 |
|
|
|
|