Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Mar 17, 2025
Topics: 1 / Replies: 1936
Reply
RE: Error "Someone else is working in FILE_A right now. Please try again later" after use of Power Query

Hi Anke, If file A is open, querying File_A data from another file will return a query error. Maybe you can change the code to save a copy of the F...

3 years ago
Forum
Reply
RE: Threaded Comment Extractions in Excel

If you don't want to see the "nag" dialog box, you can just remove the code that displays the message box. If cmtCount = 0 Then MsgBox "No threaded...

3 years ago
Forum
Reply
RE: Threaded Comment Extractions in Excel

Hi Sherry, That error was solved, you are using an old version. Use the file sent on august 25 August 24, 2022 - 3:45 pm My mistake...

3 years ago
Forum
Reply
RE: How To Disable Powerquery M-code editor For An Unauthorised Individual

There is no safe or unsafe method. Only in PBI you can give access to reports with granular access to data, with no access to data sets, but this requ...

3 years ago
Forum
Reply
RE: Threaded Comment Extractions in Excel

No file attached. Can you upload a screenshot with the line in code that returns that error? When you press debug, that line is highlighted.

3 years ago
Forum
Reply
RE: Quickly remove all filters from a Table?

Is there a way to quickly remove all filters in an Excel Table? Hi Ian, Late reply, but I think will be useful: Press Ctrl+Shift+L keys TWI...

3 years ago
Reply
RE: updated dataset doesn't include the value corresponding to the old filter set, how to update or refresh the PV tables?

What you can do is to insert several rows/columns between existing pivot tables. Once you add them between 2 pivots, you can try the refresh, if refre...

3 years ago
Reply
RE: updated dataset doesn't include the value corresponding to the old filter set, how to update or refresh the PV tables?

Hi Peiqian, Usually, you should not have pivots one under another, only if you have a number of categories that don't change over time, or you're s...

3 years ago
Reply
RE: string as replace for column

Hi Trias, You can use this: Sub Makro2() dim y as string dim z as string y = "N" z = "AV" Makro1 y, z ' call and pass variables end sub S...

3 years ago
Forum
Reply
RE: Threaded Comment Extractions in Excel

Are there missing comments anymore? Please post a sample file where the code adds 35 comment columns and there should not be this many.

3 years ago
Forum
Reply
RE: Dependencies

The file you uploaded in your other topic has a different structure. In the new file, there seems to be only one dependent task? Previously there w...

3 years ago
Reply
RE: Slow System

Is it the only file open? If not, try closing all other files. There is nothing wrong in your file, any change is instant on my side. Can you sh...

3 years ago
Reply
RE: Slow System

Too many formulas probably, how many records you have in your tables?

3 years ago
Reply
RE: Dependencies

Hi Deborah, You have to create your dependency system. Here is the formula I used in the structure below: =IFERROR(IF(AND([@Completed]=TRUE,I...

3 years ago
Reply
RE: Open folders on a network using VBA

Can you try: ActiveWorkbook.FollowHyperlink Address:= Application.WorksheetFunction.EncodeURL("\bradford#helixFSRSWarehouseWarehouseWarehouseEquipm...

3 years ago
Forum
Page 14 / 130