&H8000FFFF error

Latexy

New Member
Joined
Oct 8, 2019
Messages
19
Hi!

I have made workbook with userform with Excel 2010 and now im trying to open it with Excel 365 and get error &H8000FFFF. Can anyone help me how i would get my workbook work with Excel 365?

-Late
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Hi,

open it with Excel 365 and get error &H8000FFFF

Hi I have Excel 365, but I've never seen the error you reported


If not, complete the description showing some detail I will pass :ROFLMAO:
 
Upvote 0
Put the code below in a regular module

Code:
Sub Ontime2()
Application.Ontime Now + TimeValue("00:00:05"), "myMacro"
End Sub
Sub myMacro()
MsgBox "Try now"
End Sub

and in the workbook open event put as the first line
Code:
Call Ontime2

Does the error appear?
Does the msgbox appear?
If no and yes respectively to the above can you now use the Userform?
 
Upvote 0
Thanks. I tried to add those codes but i can't even save the file because the error and there also comes compile error: out of memory.
 
Upvote 0
Hi,
I also had this error. On my PC it was working fine, on another PC the error message showed up. We figured out that error message only was shown when Windows zoom was adjusted to >100% (e.g. 125%).
The reason in my case was a user form. In this user form there was a icon (picture) included. When this icon was deleted, this error message did not show up again even when zoom was >100%.
 
Upvote 0

Forum statistics

Threads
1,214,590
Messages
6,120,421
Members
448,961
Latest member
nzskater

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top