Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
6 years ago
Forum
Reply
RE: how to transpose a particular column values that tie to userid into Cross table (pivot) in Power Query

Prepare a more accurate sample file then, to reflect your data structure.

6 years ago
Forum
Reply
RE: Prevent pivot table filtering

baxbax said I am not sure adding the code in your example will help me solve my issue above ...If the user can simply enter another teams number in t...

6 years ago
Forum
Reply
Reply
RE: Using VBA to search a list of Alphanumeric numbers in a bigger list of Alphanumeric numbers and then enter a numeric value in the cell corresponding to it

That's what the code does, just try it, add the code in a module then assign it to a button. There is no report generation here, that's exactly wha...

6 years ago
Forum
Reply
RE: Test existence of any number in input string

The input box will return a text string, even if you type only numbers in InputBox, even if Type:=2. you can test the type of the result with : Msg...

6 years ago
Forum
Reply
RE: Excel VLOOKUP Multiple Sheets

No File attached, make sure you press the button "Start Upload" (next to the add Files button) after you add a file to the upload queue.

6 years ago
Reply
RE: Prevent pivot table filtering

I guess you don't want a team to see other teams data, you have other options. For example, you can setup a login sheet, users will select the team...

6 years ago
Forum
Reply
RE: Test existence of any number in input string

You can simply use the Like operator: If "aaz1" like "*#*" then 'it has digits But best is to restrict what users are allowed to type. Applic...

6 years ago
Forum
Reply
RE: Power Query will not make a connection with current or new queries

You can also try a clean re-installation of office package, this will remove any remaining registry entries. (see Option 2, completely uninstall ...

6 years ago
Forum
Reply
RE: Prevent pivot table filtering

There are a few workarounds: You can try using the SelectionChange event to detect if the user selected the B2 cell and move away from that cell: (...

6 years ago
Forum
Reply
RE: Speed Up Refreshing 900 Web Queries.

I removed the automatic Change Type step from GetData2 function, that had a reference to each column.

6 years ago
Forum
Reply
RE: Speed Up Refreshing 900 Web Queries.

Try V7 yahoo, see the file attached, should be faster, here is a sample link: Note that the symbols should not be altered as in the previous versi...

6 years ago
Forum
Reply
RE: Speed Up Refreshing 900 Web Queries.

Can you provide that table of 150 symbols you're using?

6 years ago
Forum
Page 88 / 130