Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Making a ROTA in excel

Hi Zeek, I doubt that this can be achieved with formulas, you will have to use a customized visual basic application. The rotation frequency is ...

3 years ago
Reply
RE: Automating and Emailing Pivot Table Reports [Upload Excel instead of PDF]

Sure, why not, here it is. The code is emailing data tables, not pivot tables.

3 years ago
Forum
Reply
RE: Automating and Emailing Pivot Table Reports [Upload Excel instead of PDF]

You can't attach a file to an email without creating that file in that location, right? Creating the pdf then attaching an xlsx (by simply changing...

3 years ago
Forum
Reply
RE: Automating and Emailing Pivot Table Reports [Upload Excel instead of PDF]

Hi Kemal, You can attach any file you want to an email, that code works the same, just put the path to your xlsx instead of the pdf. You cannot ...

3 years ago
Forum
Reply
RE: Problem identifying dates

Is there a reason why you need vb code for this? The problems you indicate come from poor data structure, instead of those 12+sheets and forms to add ...

3 years ago
Forum
Reply
RE: Problem identifying dates

I would like to get the nearest later (or sometimes earlier?) date. Depending on what? You have to be more precise than that, we can't imagine th...

3 years ago
Forum
Reply
RE: Problem identifying dates

That date is not a valid date. Excel date system starts from 1/1/1900, this is Day 1. Today's date (april 11 2022) is represented by a number: 44662, ...

3 years ago
Forum
Reply
RE: Problem identifying dates

Hi Barry, 2 things you need to change: Set rng = Sheet1.Columns("B:B").Find(What:=dDate, _ LookIn:=xlFormulas, LookAt:=xlWhole, SearchOrder:=xlB...

3 years ago
Forum
Reply
RE: Macro for simple database

Hi Justin, For a search form, you can find multiple versions on our site: Adding new data with a form (using a vba code) is not difficult, b...

3 years ago
Forum
Reply
RE: Extremely slow web query

Hi Ron, When you do a query from web, Power Query is using Web.Page function that converts the text into html, the source step looks like this: ...

3 years ago
Forum
Reply
RE: Extremely slow web query

Please upload the excel file with your queries. Thank you

3 years ago
Forum
Reply
RE: Search and display

To extract the row index from column 4 of the results list, you have to store it first there, when you search and populate the results list. Th...

3 years ago
Forum
Reply
RE: Extremely slow web query

Hi Ron, Checked your model, but looks like it does not have the codes you uploaded in the first post. It's hard to rebuild your entire logic, can y...

3 years ago
Forum
Reply
RE: Search and display

I think you want to know how to use the document selected to populate another form, not how to create a form, you seem to know how to create one. B...

3 years ago
Forum
Reply
RE: Getting control in my main macro code when a shape is selected

This workaround has the disadvantage of only working while a single user is playing the game due to not having a different signal file name for each p...

3 years ago
Forum
Page 23 / 130