Last seen: Jun 11, 2026
Hi, You need to put a section break between the page you want to start as Page 1, and the previous page. Then set up page numbering as normal in...
Hi David, When posting a macro enabled workbook please don't password protect the VBA modules. The first thing I do when I download an xlsm is ope...
Hi, I'm not sure I have enough information to give you the formula I think you are after. Isn't the formula simply 3.5 * $35 ? Are you after som...
Hi Andrew, Have you looked at this post about embedding workbooks in a website? Embed Excel Workbook in Web Page It might be what you are aft...
Hi, I'm sorry but it's not clear to me what you want to achieve. Do you have a sample file? How/why does a month have 22 days? If you exclud...
Hi, I'm not entirely sure what you are trying to do. But I looked at your workbook and I'm guessing you are trying to get the calendar in your for...
no worries 🙂
Hi, What are you logging in to? How do you check that the username and password are correct? This would need a database or some sort of lookup ...
Hi Babacar, The code above and the workbook you emailed me both work on my Excel 2013. If your code is stopping at Pshape.Left = 100 with the er...
I don't clearly understand what you want, you haven't answered my question. I don't understand how logging in or logging out in Excel is achieved? ...
Hi Babacar, I'm using Excel 2013 and it works. Have you tried stepping through the code using F8 to see where the code breaks? Please attach ...
Hi Melissa, Whilst we are happy to help, if you need an answer to something please only post on the forum OR leave a comment on the blog. When y...
Hi Babacar, The variable Pshape was not defined. Just add this line to your declarations Dim Pshape As Object Regards Phil
Hi, Sorry but it's not really clear exactly what you want. Do you want some code to enter the start and end times when you click some buttons? ...