Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Hyperlink Function that works for Windows and Macs

Hi Larry, What formula are you using? I've seen errors reported on High Sierra OS, so HYPERLINK function might fail on that system. Path structure mig...

5 years ago
Reply
RE: Pivot Columns - Greyed Out

Hi Robert, Data looks good as it is for pivot tables, data does not have to be in the same structure of the pivot tables, that's what a pivot does....

5 years ago
Forum
Reply
RE: Combine files with different header names

Hi Duncan, The function is adjusted for this topic, John's test files have the headers AFTER the first row. You have to remove the line in GetCSV func...

5 years ago
Forum
Reply
RE: Combine files with different header names

@Duncan: If you tried to open the function, you actually invoke the function and that indeed asks for a file path. The file is supposed to be us...

5 years ago
Forum
Reply
RE: Combine files with different header names

Using the File attached, any csv files can be combined, no matter how different their headers are. Of course, like Duncan said, first row is irrele...

5 years ago
Forum
Reply
RE: Split into Sheets then into files

It's a function, all you have to do is to paste it in any standard module, then call the function from your code to clean the text: CleanedString=C...

5 years ago
Forum
Reply
RE: Split into Sheets then into files

Hi Marsil, Here is a function that can clean the text and keep it under 30 chars: Note that () are not illegal chars in a sheet name. Functi...

5 years ago
Forum
Reply
RE: searching for text string - faster way

You can also try this query, might be faster: let Source = Excel.CurrentWorkbook(){[Name="Data"]}[Content], WordList = List.Buffer(Excel.CurrentWo...

5 years ago
Forum
Reply
5 years ago
Forum
Reply
RE: Macro Application at Specific Time

Here is the code I tested in ThisWorkbook VBA module: Private Sub Workbook_Open() Call startClock Call runspeech End Sub The code for run...

5 years ago
Forum
Reply
RE: lock

Hi Bandi, One way to make it hard to break is to convert excel to exe, here is a free tool:It still needs excel to be installed, it does not become...

5 years ago
Reply
RE: [If InStr....or......or.....or.....or....etc... then] Short write VBA Code request

Try this code: Sub Search_Range_For_Text() 'loop through a range of cells to test if the cells contain some text: Dim cell As Range For E...

5 years ago
Forum
Reply
RE: Automating and Emailing Pivot Table Reports

Hi Alice, See this topic, there is a RangeToHTML function that you can use.

5 years ago
Forum
Reply
RE: 4.12 Transforming Dates

Hi Steve, That function does not exist in PQ, you have to recreate it. There is an example here:

5 years ago
Forum
Reply
RE: CountA by Column Number

You're welcome 🙂 Offset can start from any range size, you have also optional arguments to resize the output range width and height if needed.

5 years ago
Page 62 / 130