Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: create EXCEL VBA to get file from SAP

Why vba? It's much easier for you in Power Query, all you need to do is to enter your credentials and select the table you need to bring into excel. ...

4 years ago
Forum
Reply
RE: Cell Text Length

the 20210112-daily.xls file I included, as part of my testing had a first row cell with 1100+ chars so that one was always picked up the other 200+ fi...

4 years ago
Forum
Reply
RE: Sending mail based on excel data to GMAILS using VBA Script

CDO is not outlook, thought I just mentioned that. Are you sure you have a CDO signature? To help you answer this question, there is no signature i...

4 years ago
Forum
Reply
RE: Text.Select only vowels from a field.

It's not that difficult, I gave you the formula, was hoping you can adapt it to your scenario. Returns the oie list because I used Text.ToList("Com...

4 years ago
Forum
Reply
RE: Macro to delete all the rows where the values total zero

If you use the debit ref, you can have as many credits as needed for 1 debit, as long as all credits have the debit ref. In the previous file sent,...

4 years ago
Forum
Reply
RE: Text.Select only vowels from a field.

Try this one: let Custom2 = List.Select(Text.ToList("Combine"),each List.Contains({"A","E", "I", "O", "U","a","e","i","o","u"},_)) in Custom2

4 years ago
Forum
Reply
RE: Macro to delete all the rows where the values total zero

Not seeing anything usable unfortunately, sorry.

4 years ago
Forum
Reply
RE: Macro to delete all the rows where the values total zero

What's the difference? Still needs to combine 1 to many credits to identify a debit. The only notable difference is that now your Data Ref colum...

4 years ago
Forum
Reply
RE: Sending mail based on excel data to GMAILS using VBA Script

Not possible. That's CDO (not gmail) and it's a library, not an email client like outlook.

4 years ago
Forum
Reply
RE: Select table headers

Hi Peter, You can have a separate table with as many columns you need, and write the headers in a single operation: ActiveSheet.ListObjects("Table2...

4 years ago
Forum
Reply
RE: Waterfall report

Is the above sample exactly how the source data looks like? Looks more like the desired output, rather than source data.

4 years ago
Reply
RE: Macro to delete all the rows where the values total zero

However, that formula works for same debit-credit amounts. Without a unique identifier that ties the credit transactions to that specific debit tra...

4 years ago
Forum
Reply
Reply
RE: Merge 2 files into one file

Hi Lea, How do you want to merge them into 1 file? In a single table or in 2 separate sheets? JE-after.xlsx does not have Employee code, so you don...

4 years ago
Forum
Reply
RE: Macro to delete all the rows where the values total zero

Hi Howard, The values that will sum to 0 will always be consecutive? For example, code should start from row 2 and stop when moving sum plus next row ...

4 years ago
Forum
Page 41 / 130