Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: excel file is asking me password

You can open the excel file with 7Zip, or winRar, or any other archiver, then go to xl folder->worksheets. In worksheets folder, you will see multi...

6 years ago
Forum
Reply
RE: Pull data from one table to another

Hi Ivica, It's a power query solution, it's in the sample file attached to my previous message All you have to do is to fill the table with your ma...

6 years ago
Forum
Reply
RE: Pull data from one table to another

Hi Ivica, It's much more easier in Power Query than vba, just Unpivot Prio columns then Pivot the new column created. let Source = Excel.Cur...

6 years ago
Forum
Reply
RE: Copying tables

Hi Sal, The file from the link provided does not contain the code you described. Use shtBDP.ListObjects("tblSampleDay1F1") reference to make sur...

6 years ago
Forum
Reply
RE: table transformation

Hi Jim, Everything in Power Query is in M language, not sure what your question is about. The only difference is that some of the operations are ex...

6 years ago
Forum
Reply
RE: table transformation

Use the Extract first character function on the first column, not the tables column... Then change the column name and the function used in that st...

6 years ago
Forum
Reply
RE: random sum of values in excel Table

B12:H13="y" will produce an array of True and False values, there will be one true/false value for each cell in the range. If you divide the next ...

6 years ago
Reply
RE: table transformation

If you move up one step, you will see that the grouping step created tables in the second column. You will notice that those tables from the second co...

6 years ago
Forum
Reply
RE: table transformation

Hi Pavel, Try the attached file. The query looks like this: let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Renamed Column...

6 years ago
Forum
Reply
RE: random sum of values in excel Table

Hi Anil, Try: =SUMPRODUCT(IFERROR((C12:I13)/ (B12:H13="x"),0)) =SUMPRODUCT(IFERROR((C12:I13)/ (B12:H13="y"),0))

6 years ago
Reply
RE: Calendar/Date Picker for Excel 2016 (64 bit) running on Windows 8.1 (64 bit)

There is a double click event used in that code you have, but it should be removed because it will always write to active cell, you have no control of...

6 years ago
Forum
Reply
RE: Calendar/Date Picker for Excel 2016 (64 bit) running on Windows 8.1 (64 bit)

Hi Robert, Should be >Frame1.Caption, not .Value The .Value property an be used in textbox, combobox, checkbox, but in labels, frames, use .C...

6 years ago
Forum
Reply
RE: Power Query Not As Fast As Microsoft Query

Hi Mike, A simple search after "ODBC tracing" will reveal this tutorial: You can also use the search tool in our computer, for "ODBC Data Sources...

6 years ago
Forum
Reply
RE: Create, email, and file PDF for specific worksheets

Hi Laura, welcome to our forum. You can put that code in a new module, or in the same module where the create_and_email_pdf procedure is located...

6 years ago
Forum
Reply
RE: Power Query Refresh Error Due to Rigid Column Names Pulled from Web

Hi Ju, Why are you saying that [A] is excluded? Not seeing anything doing that in your query, it will just convert any column to type number, inclu...

6 years ago
Forum
Page 85 / 130