Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Mar 17, 2025
Topics: 1 / Replies: 1936
Reply
RE: Help with returning next available line item in Excel please!

Hi Nick, Can you please clarify why the item below should be 1? That seems to be occupied in your example? 1044220 7560000 Should be 1 ...

3 years ago
Reply
RE: Showing my stats in graph. Is it possible and if so how?

Hi Daniel, Welcome to our forum. Can you please upload some sample file so we can see your data structure? There can be many ways to get the res...

3 years ago
Reply
RE: PQ get data through web API

Hi Jingjing, If you have a table with DOI strings, add a new column calling a custom function (built based on the sample query and pass to the func...

3 years ago
Forum
Reply
RE: Need vba code to export row values into msword from excel

Hi Mani, Have you tried the code provided in your other topic? Should be very similar.

3 years ago
Forum
Reply
RE: Need vba code to catch data from 2 worksheet into two range once click command button

Hi Mani, Instead of writing complex codes, try the solution attached, all you have to do is to refresh the Report if there is new data in the sourc...

3 years ago
Forum
Reply
RE: Insert the image from the main excel sheet onto another Excel application

To Insert (copy) a shape from a file to another: Dim Pic1 As Shape, Pic2 As Shape, Sh1 as Worksheet, Sh2 as worksheet Set Sh1 = SourceWorkboo...

3 years ago
Forum
Reply
RE: Tabulate a single column

Hi Pieter, Here is my version of the query: let Source = Excel.CurrentWorkbook(){[Name="tblRawData"]}[Content], Roles = List.Buffer(Excel.Curr...

3 years ago
Forum
Reply
RE: Selenium Timeout Before finished downloading file

Hi Phillip, There are multiple ways to set a timeout: driver.Timeouts.ImplicitWait = 5000 ' 5 seconds As well as individually : driver.F...

3 years ago
Forum
Reply
RE: Need vba code to merge 2 folder seperate images as one image

Excel is not meant for image processing. Use javascript:

3 years ago
Forum
Reply
RE: Highlighting values greater than threshold

Hi Zara, Yes, it is possible. Is there a reason for doing that with a macro instead of a simple conditional formatting for that range?

3 years ago
Forum
Reply
RE: Is it possible to trap data being drag/dropped into XL to Paste just the values??

Hi Gob, I'm afraid it's not possible, there is a sheet Change event but this event detects any change, it cannot make the difference between a manu...

3 years ago
Forum
Reply
RE: Multiplying given value based on number of months

Hi Glenisa, Hard to imagine how it should look, can you upload a sample file showing the before and after versions? thank you

3 years ago
Forum
Reply
RE: Vlookup the the total number from one tab to another

Why not use a pivot table, instead of manually splitting data into tabs with formulas? You can use sliscers to filter data for a specific Region, or y...

3 years ago
Reply
RE: Hyperlink "mailto" - A range of cells as a Body

Hi Damian, That formula does not work with a range of cells. All you can do is to use vba to convert the range to HTML, this is the format accep...

3 years ago
Forum
Reply
RE: Autocolor Shapes (>200 Shapes) with an unique value each one

Hi, You have to put the shape name in the cell next to column BK and use the code below placed in the sheet Lower module. The code will fail if the...

3 years ago
Forum
Page 18 / 130