I have a macro with a msgbox that pops up when a button is clicked. There are about 10 of these which can contain a lot of text. This is making the workbook slow to open, and process some of the other macros (which were fine before I added the msgbox buttons)
My question: Would it be any faster if i created userforms with the text in them instead of using a msgbox?
My question: Would it be any faster if i created userforms with the text in them instead of using a msgbox?