Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 11, 2025
Topics: 61 / Replies: 1581
Reply
RE: Change the Color of keywords in a Text

Hi Maggie, See attached. To run the code, click into a cell where the text is that you want to check e.g. A1 then click the blue button 'Color W...

5 years ago
Forum
Reply
RE: An Error is 2417024809 could not find the specified object

Hi Steve, In lstLookup_DblClick you have this loop cNum = 11 For X = 1 To cNum Me.Controls("Reg" & X).Value = findvalue ...

5 years ago
Forum
Reply
RE: Formula to identify data not in sequential order

Hi Helen, You can use Conditional Formatting to do this, please see attached. The first thing to do is change the Timestamps into numbers, they ar...

5 years ago
Reply
RE: VBA userform Commandbutton1 shortcut key

Hi Steve, What about this? Sub InitSub Me.cboSelect.List = WorksheetFunction.Transpose(Sheet5.Range("AA5:AB5")) With Phonelist1 With...

5 years ago
Forum
Reply
RE: Formula to identify data not in sequential order

Hi Helen, No file attached! What version of Excel are you using? regards Phil

5 years ago
Reply
RE: Power Query Error

Hi Charmi, Welcome to the forum, but please read this I moved your qs to its own thread rather than leave it tagged on to a resolved qs from over...

5 years ago
Forum
Topic
Forum
Replies: 1
Views: 222
Reply
RE: VBA userform Commandbutton1 shortcut key

Hi Steve, What you're trying to do isn't totally clear and without your workbook again I can't see any code or the form. Why not just create a s...

5 years ago
Forum
Reply
5 years ago
Forum
Reply
RE: QC LJ charts

Hi Amel, Please see the attached workbook as a starting point. Once you've calculated your Mean and SD it's straight forward to calculate 3SD, 2SD...

5 years ago
Reply
RE: (If) Function

Hi Amel, Try this = IF(N5="Alinity hq I (173)","Amel Al Faris", IF(N5="Alinity hq II (198)","Amel Al Faris", IF(N5="Sysmex 2500","Moneer"))) ...

5 years ago
Reply
RE: VBA : The color of the shape (country) doesn't change accordingly to the value in a cell

Hi Damien, When you are attaching files to the forum you are attaching XLSX files which cannot have VBA code in them so each time we have to add th...

5 years ago
Forum
Page 65 / 110