Forum Discussion
Phili94230_PhH
Mar 24, 2021Copper Contributor
Microsoft Visual basic Excel
issue related to Microsoft Visual basic execution error '-2147417848 (80010108)
DialogSheets ("Dialog1").Show
Can you help me to update the VBA code so that the macro is functional again
(Pouvez vous m'aider pour mettre à jour le code VBA pour que la macro soit de nouveau fonctionnelle)
1 Reply
- Subodh_Tiwari_sktneerSilver Contributor
Which Sub-routine and on which module you are having issue with?
In some of your procedures you have used a line which says Sheets("Dialog2").Select but there is NO Sheet called Dialog2 in the workbook.