Forum

Hans Hallebeek
@keebellah
Reputable Member
Joined: Oct 17, 2018
Topics: 8 / Replies: 365
Reply
RE: Dynamically rename sheet names when master sheet is updated

In the sheet's project code Worksheet_Change event. Private Sub Worksheet_Change(ByVal Target As Range) If Not Intersect(Target, Range("E1")) Is No...

7 months ago
Forum
Reply
RE: Delete table content but not the table

My Online Training hub has most of the answers and works all the time. Long before I found this site I found the spreadsheet Guru with some great t...

7 months ago
Reply
RE: Dynamically rename sheet names when master sheet is updated

Hi, in my honest opinion you can only do this using VBA (a macro). This macro could be triggered by a worksheet_change event or else by a button wh...

7 months ago
Forum
Reply
RE: How to Create A DAX Formula to Average Text Strings (No and Yes)

Hi, excuse my butting in 🙂 I'm not that proficient in Pivot Tables or DAX functions, but I like to play with formula's next to VBA. This is my ...

7 months ago
Reply
RE: Files split but need to retain source files formatting and layout

What if you tell us more first? You don't give any version information and I doubt very much that this is an Excel question

7 months ago
Forum
Reply
RE: Merge cells depending on data length

Hi, Guessing is not an option. A sample file with some non-private/non-sensitive data will make understanding and picturing your question better. D...

7 months ago
Forum
Reply
RE: Auto screen shot

If you read your own code carefully, you'll see that you are searching for a sheet named 'Output' and it's really named 'output' CASE SENSITIVE !!!...

7 months ago
Reply
RE: Converting Master Sheet to separate tabs

I won’t be able to help you just yet since I’m on a short vacation and no devices except my iPhone. I’ll take a look when I’m back and see how far ...

7 months ago
Reply
RE: Dynamic Column Search for a text and return range

Image files show what you want but are simply not an idea of a sample file Just make sure non private or sensitive data is removed; which version o...

8 months ago
Forum
Reply
RE: Converting Master Sheet to separate tabs

Just and idea: what if you add a worksheet where you have the full path set in a named range and with the new functions available in 365 list all t...

8 months ago
Reply
RE: Excel: How can I retrieve a country's locale date format looking it up use Language ID?

Hello Anders, Thank you again. I think I've got sufficient ideas to play around with. I'm marking your lats post as Useful Answer. Cheer...

8 months ago
Forum
Reply
RE: Excel: How can I retrieve a country's locale date format looking it up use Language ID?

To explain it better, if you look at the Table of the attached (Mynda's file) you can see how it's done What I need is that when the file is opened...

8 months ago
Forum
Reply
RE: Excel: How can I retrieve a country's locale date format looking it up use Language ID?

Hi Anders, Well, the information you attached was/is known to me but that doesn't achieve what I really want What I am looking for is that let's sa...

8 months ago
Forum
Reply
RE: Excel: How can I retrieve a country's locale date format looking it up use Language ID?

Thank you Anders, I don’t think this will do the trick I need but… I’ll try it later and let you know

8 months ago
Forum
Page 3 / 25