Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Dec 22, 2025
Topics: 1 / Replies: 1937
Reply
RE: Paymentworkbook customization

Hi Sarfraz, Here is a formula you can use in column J, for Billing/Tripexp values: =IF(AND(O2<>"",ISNUMBER(SEARCH("vendor",C2))),"Bill...

9 years ago
Reply
RE: Tracking data changes from a web query

Hi Thomas, A possible solution is to use a simple code to make a mirror copy of the Web Query sheet data: Sub CopyData() Sheets("Sheet3").U...

9 years ago
Reply
9 years ago
Forum
Reply
RE: Refresh Macro not working

Hi, That does not seem to be your case. How is data coming into your workbook? Hard to see the problem without seeing the structure, but you mig...

9 years ago
Forum
Reply
RE: Refresh Macro not working

Try Sheets("Sales Pivot").PivotTables("PivotTable2").Update

9 years ago
Forum
Reply
RE: Refresh Macro not working

Hi, Try again with DoEvents placed in the first line of code, maybe some processes are not completed when the next line is called. Let us know i...

9 years ago
Forum
Reply
RE: What Excel VBA commands require explicitly waiting for execution to finish before continuing

DoEvents should be enough. After you call a recalculation, check the calculation state before allowing the code to go to next stage: Applica...

9 years ago
Forum
Reply
RE: Insert Rows based in criteria/conditions

There is a nice trick I use to create new rows, which may be very useful in case your data does not have an equal amount of rows to be added. This way...

9 years ago
Forum
Reply
RE: How to remove the single quote to make the hyperlink clickable

Hi Julian, Try this: Remove the last formatting step (that formats the Full Name column as text) Delete the results table, refresh the query,...

9 years ago
Forum
Reply
RE: Can PQ add Table Columns rather than Sheet Columns?

Hi Michael, The only way is to put the tables side by side or in different sheets, there is no way to change the default background behavior, those...

9 years ago
Forum
Reply
RE: Custom number format issue

Thanks for feedback Anders, I've seen the TEXT function used in visual basic UDF, to overcome regional settings (as there can be many variations, a...

9 years ago
Reply
RE: Exporting PDF to Outlook

You're welcome, glad to hear that it works as you waned.

9 years ago
Forum
Reply
RE: VBA Code designed in old Excel won't execute in Excel 2016

Hi Keith, Only the version of Excel matters, 64 bit office needs a different API function declarations. Here is a sample of how you can change the ...

9 years ago
Forum
Reply
RE: Custom number format issue

Hi Anders, Is the Excel version you are using in Swedish or in English? I know that text function behaves differently if the installed excel ver...

9 years ago
Reply
RE: Exporting PDF to Outlook

Hi, The code failed at: 8OZ GUSSRP Range Planning Grap sheet, the full name of that sheet was 8OZ GUSSRP Range Planning Graph The source of the ...

9 years ago
Forum
Page 108 / 130
0