Forum

Hans Hallebeek
@keebellah
Reputable Member
Joined: Oct 17, 2018
Topics: 8 / Replies: 365
Reply
RE: Converting US formatted number into EU format with Excel formula + removing extra spaces in each cell

If and when the data is read into the file you can add a macro that removes all spaces and unallowed characters and you can also change the currency s...

2 years ago
Reply
Reply
RE: Stopping the macro moving on

Hi Tracey, First of all to mention the Excel version you're using, I suggest you place it in your user profile so it's visible when you post. Si...

2 years ago
Forum
Reply
RE: Dropdown name doesn't stay when VBA copy to a new book done

Looking a little further you have to check if the data validation is copied too. I think this is where the problem lies. You need to check if a ...

2 years ago
Forum
Reply
RE: Dropdown name doesn't stay when VBA copy to a new book done

The cose reads okay and I don't see any issues there, but which 'dropdown menus' are you talking about? Another point if you require help is to ind...

2 years ago
Forum
Reply
RE: External table is not in the expected format

Without the data to help i would suggest you move the On Error Goto 0 line to after the If PickData ... and see what happens

2 years ago
Forum
Reply
RE: Pivot Table Auto Filter base on Cell Value

Hi Mark, I haven't forgotten you but I don't know where the time goes. Cheers, Hans

2 years ago
Forum
Reply
RE: Pattern Serial No

I placed a formula in column B and use the data in columns M and N If you are not using excel 265 or 2021 or later it will not work (that's why yo...

2 years ago
Reply
RE: VBA result in cell instead of pop up

I integrated the code here, just to make it easier Remember, right-click cell F2

2 years ago
Forum
Reply
RE: VBA result in cell instead of pop up

Just for fun, not a hyper link but it works, try this Private Sub Worksheet_BeforeRightClick(ByVal Target As Range, Cancel As Boolean) If ...

2 years ago
Forum
Reply
RE: VBA result in cell instead of pop up

Hi, you're one of the many examples that show that GPT is going to cause many issues with would-be programmers. You find a code that looks lke it d...

2 years ago
Forum
Reply
RE: Pivot Table Auto Filter base on Cell Value

Clear, I'll check and see if I can come up with something, I'm not that hot with Pivot Tables

2 years ago
Forum
Reply
RE: Pivot Table Auto Filter base on Cell Value

Just a point of attention, in your question you talk abou Sheet 2 which is not named as such. I also suggest you indicate the Excev version you're ...

2 years ago
Forum
Reply
RE: Generate & download PDF from Embedded Spreadsheet on Website Page

Hi Boyan, I would suggest you record a macro that saves the specific worksheet as pdf and you place this pdf file in your share

2 years ago
Page 14 / 25