Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Copy and Paste (Hardcode) Formula as Value, then Save and Close the new Workbook/File

I suggest changing the first code: Sub SaveAsRegularWorkbook() Dim wb As Workbook Dim Path As String Dim Name1 as string, Name2 as str...

4 years ago
Forum
Reply
RE: How to use excel VBA to open and search for word in pdf/word/xls file and get the results copied back to same excel file

Hi Ahmed, Each application needs a different search method. What are you using to open PDF files? Do you have Acrobat or the free reader only? A...

4 years ago
Forum
Reply
RE: Database Design & Tool Selection

Hi Tanya, The reason for duplicates is a filter applied in the source file. That FilterDatabase needs to be removed before reading data from sheets...

4 years ago
Forum
Reply
RE: Likert Scale Survey Matrix Analysis

Hi Mamie, If you can provide an example of the data you have, before any transformation and how it should look like after transformation (a manual ...

4 years ago
Reply
RE: Changing Column types dynamically in a query

See file attached for an example.

4 years ago
Forum
Reply
RE: Delete rows with formulas no values

Not tested, but should work: For i=wks.range("STMTRNG").cells(1).row to (wks.range("STMTRNG").cells(1).row + wks.range("STMTRNG").Rows.Count)

4 years ago
Forum
Reply
RE: Likert Scale Survey Matrix Analysis

Hi Mamie, Looks like a survey monkey download, is that correct? In this case, you can try the SurveyMacros attached. Found it on a forum a while ag...

4 years ago
Reply
RE: Delete rows with formulas no values

Hi Jose, You did not copied the complete code as posted above, the delete method and the procedure closing statement is missing: .Delete End ...

4 years ago
Forum
Reply
RE: Delete rows with formulas no values

Nothing attached, you have to press the Start Upload button, after Select Files.

4 years ago
Forum
Reply
RE: Why can't I download data from the web page using as Browser (Google) and not (Internet Explorer)

There is everything you need in that page, step by step instructions to get started, including a functional excel file for download, so there is a lot...

4 years ago
Forum
Reply
RE: Why can't I download data from the web page using as Browser (Google) and not (Internet Explorer)

It's because you can't use internet explorer specific vba syntax to program another browser, it's like trying to put truck tires on a bicycle. Here...

4 years ago
Forum
Reply
RE: Power Pivot Lookup Value Calculation - Not exact match result (Stack Chart Final Product)

Hi Gli, To create bins in DAX, you can use this formula in a new column of your Testenvironment table: = SWITCH( TRUE(), Testenvironm...

4 years ago
Forum
Reply
RE: Delete rows with formulas no values

Hi Jose, Posting a sample file will always help you get a faster result, otherwise we will have to recreate your structure and that will always be ...

4 years ago
Forum
Reply
RE: Append tables and named ranges from multiple workbooks

Ok, seems like it reads named ranges, you can right click the first table and add as a new query, same for second table, drill down until the result o...

4 years ago
Forum
Reply
RE: Append tables and named ranges from multiple workbooks

You cannot connect to named ranges from external books. Why don't you add a new column in the source table you have, with the formula=NamedRangeNam...

4 years ago
Forum
Page 34 / 130