Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: Jun 11, 2026
Topics: 0 / Replies: 841
Reply
RE: Add comment to cell from another cell contents.

Do you want it to do every table on the sheet? If so, something like: sub AddCommentsToOperations() application.screenupdating = false d...

4 years ago
Reply
RE: ability to get an N/A using sumifs formula

Which version of Excel do you have?

4 years ago
Reply
RE: Table.InsertRows - Automate New Inserted Row to the maximum of the End Date

Your workbook isn't particularly helpful (to me anyway) as none of the source data is available to have a look at. Could you at least provide an anony...

4 years ago
Forum
Reply
RE: Add comment to cell from another cell contents.

It depends - what do you want to trigger the code?

4 years ago
Reply
RE: Add comment to cell from another cell contents.

Essentially the code would be something like: sub AddCommentsToOperations() application.screenupdating = false dim myTable as listobject s...

4 years ago
Reply
4 years ago
Forum
Reply
RE: Function not working - based on previous function that does work

Your input variable is called SpMorTblName, not SpMortTblName

4 years ago
Forum
Reply
RE: Grouping by latest date in each month

One way is to create a new column that is the same day for each month (eg first of the month) then group on that to get the max date for each month, t...

4 years ago
Forum
Reply
RE: question on creating a menu tab

Yes, that's possible (most things are!) though I would probably use a listbox rather than multiple comboboxes. I suspect that should be posted as a di...

4 years ago
Forum
Reply
RE: VBA - sending part of first page from complete worksheet

Have a look at Ron's code here: If you prefer to have the range as part of the message body, then have a look at this one instead:

4 years ago
Forum
Reply
RE: question on creating a menu tab

Change the ShowSelSheets code in Module1 to: Sub ShowSelSheets() Dim ws As Worksheet Dim strType As String strType = Worksheets("Menu...

4 years ago
Forum
Reply
RE: Convert Day to Date

You could also use: =DATE(A1,1,B1)

4 years ago
Reply
RE: Sort Date in a pivot table

It doesn't look like you really need a pivot table per se - perhaps you could use Power Query to just group the data and output a table that you can s...

4 years ago
Reply
RE: Share Portfolio Dashboard - # will not work in formula

I think you are out of luck then until such times as it is released more generally (I think it's Insider only currently).

4 years ago
Reply
RE: Power Query: Column Data

I'm sure there is a fancier way, but you could use a brute-force approach: -add one calculated column for each value column that check if the last ...

4 years ago
Forum
Page 32 / 57
0