Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: Jun 8, 2026
Topics: 0 / Replies: 841
Reply
RE: Select the Name in the Data Validation list on a cell value then the same name run the sub macro

Cross-posted: mrexcel.com/board/threads/select-the-name-in-the-data-validation-list-on-a-cell-value-then-the-same-name-run-the-sub-macro.1263786/ ...

2 years ago
Forum
Reply
RE: VBA to select a slicer item when all possible slicer items are not yet available.

Will the item you want to select always be present? If not, what do you want to happen?

2 years ago
Forum
Reply
RE: Debug Error at .To for email value

The code shown in your picture is not the same as the code in your post. The code in the post properly uses a fully qualified range (you specified the...

2 years ago
Forum
Reply
Reply
RE: Use Sumifs with the Left function

You cannot use functions on the ranges in a SUMIFS formula as that would return an array, not a range, and the function will not accept anything other...

2 years ago
Reply
RE: Structure to visualize data

You should also note that if you cross-post to multiple forums, etiquette dictates that you provide all links in each forum so that people don't dupli...

2 years ago
Reply
RE: If statement giving "False"

Your first version of the formula didn't have the additional text argument after "Replen" that your second version does have. The second one shouldn't...

2 years ago
Reply
RE: Using Calculated Values in SharePoint Lists/MS List

It can be done in Lists. A simple way is to create a calculated column that subtracts the review date from TODAY() (or vice versa) and then you can co...

2 years ago
Reply
RE: Macro to copy the format of a chosen named range to another fixed point

A macro wouldn't be that complicated - though I suspect you might be able to get the result you need just using something like the camera tool - but i...

2 years ago
Forum
Reply
RE: How to Return a Value from a Range Based on a Date Lookup in Excel?

The formula is basically: =LOOKUP(2,1/(Column1<=LookupDate)/(column2>=LookupDate),column3) where LookupDate is your lookup date, column 1 ...

2 years ago
Reply
RE: Load an Image into a user form Image control

That's either pure luck or they simply haven't reported it. Getting API calls wrong tends to lead to applications terminating without warning, and tho...

2 years ago
Reply
RE: Load an Image into a user form Image control

@Hans Most of those VBA7 declarations are wrong for 64 bit. All handles and pointers need to be LongPtr not Long. You can't just put PtrSafe into a...

2 years ago
Reply
RE: Help With IF AND OR Formula

AND and OR only return one result, not an array of results. so you would need to enter the correct formula into one cell and copy it down - eg =IF(...

2 years ago
Page 3 / 57
0