Forum

Hans Hallebeek
@keebellah
Reputable Member
Joined: Oct 17, 2018
Topics: 8 / Replies: 365
Reply
RE: Help with VBA for Store Quantity Management

Don't know if you're still interested in the file but I limited the file to the minimal tables and extra's I left the searchfilter sheet but it's no...

2 years ago
Forum
Reply
RE: Help with VBA for Store Quantity Management

Taking a look at the code you've got an overkill of unnecessary data Searbox sheet, Data sheet and the Dynamic sheet is something I do not knwo why y...

2 years ago
Forum
Reply
RE: Add ".xlsb" to existing Macro - IF Statement

I suggest you take a look here. This link tells you about the different fileformats and will give you an idea how to handle your question

2 years ago
Forum
Reply
RE: Help with VBA for Store Quantity Management

The code you've written (or copied or whatever) is a mess. No logic whatsoever, the dropdown list in IN-OUT does not make sense There's a long way t...

2 years ago
Forum
Reply
RE: Help with error and vba code

I honestly don't knwo what you have done but the size of the values in the Userform is out of bounds. Furthermore the code is, if I may say so, very ...

2 years ago
Forum
Reply
RE: Unpivot Table with multiple headers and columns

Hi Rik, Aside from uploading the file I also suggest you update your profile telling us which Excel (Office) version you're using

2 years ago
Reply
RE: Help with error and vba code

When you look at the form size it's set to huge width and height. Question of redesigning the userform and if needed use the zoom function. Nothing ...

2 years ago
Forum
Reply
RE: Help with error and vba code

The userform is not resizing the userform settings are set to this size. It's very bad coding and the error, well that's another issue. O yes, and w...

2 years ago
Forum
Reply
RE: Dates Formatted as Text with Power Query Conversion Fails

Hi Michael, Thanks for the trust but don't expect we can 'see' what you're doing by just asking a question. An attachment with dummy data without ex...

2 years ago
Reply
RE: Count number of times a cell has changed and display dates every time

Hi, quite some time ago I fund this code snippet. I save what I find as text files The link where I found it is in the attached file and all you nee...

2 years ago
Forum
Reply
RE: Rename File Based on Cell Values

Sub VBARenameFileSheetNames() '* Sytax is: FileCopy sourceFullName, newFileName FileCopy ActiveSheet.Range("C2") & ActiveSheet.Range("C4") ...

2 years ago
Forum
Reply
RE: Dynamic Drop down list that hides used Items

@Mynda: is VSTACK reserved to Office 365? My Office 2021 does not recognize VSTACK()

2 years ago
Reply
RE: Find a name in a list and count specific value in the row.

XLOOKUP will only work if the OP's version of Office is 365 or 2021 and newer

2 years ago
Reply
RE: Trying to sum the row of a table between 2 dynamic columns

I struggled many times with columns where I wanted dates in tables. The solution that helped me was to leave the new column as default of as text a...

2 years ago
Reply
RE: Trying to sum the row of a table between 2 dynamic columns

How are you referencing the named ranges in your formula?

2 years ago
Page 18 / 25