Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Run-time error '02147417848 (80010108)

Greetings.

I have a curious problem that so far is only happening under certain logins
when running Excel VBA on my Windows 2003 server. The error is shown above
in the subject line.

It is occurring on a line of code that simply says:

Range("B6").Font.Bold = True

If I break the code at this line and then step through it, it steps through
fine. If I then "continue", it breaks further down the road.

If I let the code fail and then enter into Debug mode and I then alt-tab
back to the activeworkbook, the activeworkbook is frozen. I can't even
select any new cells. If I then stop the code execution, I can't even see
any of the Excel worksheets any longer. I can alt-tab to them but my screen
never refreshes to the worksheet. I just keep seeing the VBA Editor.

This VBA code is interacting with an Access database using the ActiveX Data
Objects 2.8 Library reference.

I'm very suspicious that some failure is arising in the db or in the link
between the db and xl and that this is locking up the worksheet. Then the
routine call to set the bold the font in cell B6 fails because the system is
locked up. What's curious to me, however, is why it fails here. There are
other formatting related commands right before this font.bold command that
don't have anything to do with the database.

Please help?

Many thanks,

Richard.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Run-time error '02147417848 (80010108)

Richard,
Various reasons here, from ADO, Access, HPageBreaks, OfficeXP SP etc.
http://www.google.co.uk/search?hl=en...error+80010108

NickHK

"Richard Smith" wrote in message
...
Greetings.

I have a curious problem that so far is only happening under certain

logins
when running Excel VBA on my Windows 2003 server. The error is shown

above
in the subject line.

It is occurring on a line of code that simply says:

Range("B6").Font.Bold = True

If I break the code at this line and then step through it, it steps

through
fine. If I then "continue", it breaks further down the road.

If I let the code fail and then enter into Debug mode and I then alt-tab
back to the activeworkbook, the activeworkbook is frozen. I can't even
select any new cells. If I then stop the code execution, I can't even see
any of the Excel worksheets any longer. I can alt-tab to them but my

screen
never refreshes to the worksheet. I just keep seeing the VBA Editor.

This VBA code is interacting with an Access database using the ActiveX

Data
Objects 2.8 Library reference.

I'm very suspicious that some failure is arising in the db or in the link
between the db and xl and that this is locking up the worksheet. Then the
routine call to set the bold the font in cell B6 fails because the system

is
locked up. What's curious to me, however, is why it fails here. There

are
other formatting related commands right before this font.bold command that
don't have anything to do with the database.

Please help?

Many thanks,

Richard.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Runtime Error -2147417848 (80010108) [email protected] Excel Programming 1 July 7th 06 07:00 PM
Macro does not work after the program has been restarted in excel.Run time error 2147417848 (80010108) Method visible of object_worksheet failed [email protected] Excel Programming 7 August 24th 05 03:11 PM
Excel Bug: Run-time error '-2147417848 (80010108)' majikman[_18_] Excel Programming 1 May 13th 04 08:16 PM
Run time error '-214741848 (80010108) Static Bob Excel Programming 1 May 5th 04 08:21 PM
Run time error 2147417848(80010108) Praveen Excel Programming 4 December 18th 03 10:23 AM


All times are GMT +1. The time now is 11:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"