![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am executing this from an ActiveX script within a DTS Package. I am attemtpting to turn the Automatic Error Checking off. Can I do this? Here is my code ---------------------- Dim checkRange For Each checkRange In xlsWorksheet.Range(Excel_Range) If checkRange.Errors.Item(xlNumberAsText).Value = True Then checkRange.Errors.Item(xlNumberAsText).value = False End If Next ---------------------- If I do it from the application level is that a permanent change or when opened on a different machine will it go away. Right now, my speadsheets are created on the fly. I am guessing that my best bet is to make a template with an OnOpen Macro to turn off the error checking and an OnClose to turn it back on. Any other suggestions? Thanks for your time. Cheers, Jason |
![]() |
| Thread Tools | |
| Display Modes | |
| |