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 ...
Subodh_Tiwari_sktneer
Mar 24, 2021Silver 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.