Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Navigate to Selected Pivot Table Site When using a Hyperlink

Because the pivot tables have the same source of data, a slicer can control both pivot tables, just add a Site slicer in Report sheet, right click the...

3 years ago
Forum
Reply
RE: Auto Refresh Less than One Minute/Sheet Activation

Use Now() + TimeSerial(0,0,30) to add 30 seconds to the current time. For a different sheet query, use: ThisWorkbook.Worksheets("AnotherSheetNam...

3 years ago
Forum
Reply
RE: Arranging a table with multiple date columns

Hi Michael, Try this query: let Source = Excel.CurrentWorkbook(){[Name="Table2"]}[Content], Custom1 = List.Accumulate(List.Split(Table.Colum...

3 years ago
Forum
Reply
RE: Outer Carton auto updation

I think the matter is too complex to handle it with excel simple formulas.

3 years ago
Reply
RE: VBA to find subtotal on Excel file opened on Teams sharepoint

Hi Tanya, When the code breaks, press Debug then type into Immediate window: ?Rng.Address - then press Enter and provide the result and: ...

3 years ago
Forum
Reply
RE: Outer Carton auto updation

Hi Saliha, Is it the FIFO method you are trying to implement? See the solution here: Or:

3 years ago
Reply
RE: Which Power function should I use to get more Power 😉

Hi Jörg, Power Query is for data transformations, Power Pivot is for data analysis. The data model is associated to the workbook, not to power q...

3 years ago
Forum
Reply
RE: adding multiple criteria for copy paste the row from one sheet to another

Where is that string located? Id is in column A, if the string is in column D for example, you can add a new column where you combine columns A and D,...

3 years ago
Forum
Reply
RE: File is corrupted?

Only if you open them you will know.

3 years ago
Forum
Reply
RE: Can help me to run this userform on 64 bit Office

Ok, those macros that are called needs to be called only from the form? They can be called from ribbon, not seeing any reason to use them only in f...

3 years ago
Forum
Reply
RE: Automated VBA stalling- Excel 365

Worths to try: Application.Wait Now()+TimeSerial(0,0,20) for a 20 seconds delay. Hard to debug if the error is not consistent though.

3 years ago
Forum
Reply
RE: Automated VBA stalling- Excel 365

Here are the instructions: If the file is updated by a different user, the permissions are dropped, the new user will be asked to set the permiss...

3 years ago
Forum
Reply
RE: Automated VBA stalling- Excel 365

Hi Matt, What kind of queries, are those power Queries? Try setting the privacy to None for those workbook query permissions, if they are PQ que...

3 years ago
Forum
Reply
RE: Can help me to run this userform on 64 bit Office

Is there a reason for using this menu in a userform? You have much better options, you can build a custom menu in ribbon, even in runtime if a dyna...

3 years ago
Forum
Reply
RE: Can help me to run this userform on 64 bit Office

Hi Ivaylo, The form does not load on my side, this line errors out: g_lpMyWndProc = SetWindowLong(g_hForm, GWL_WNDPROC, AddressOf HookWinProc) (...

3 years ago
Forum
Page 25 / 130