Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 12, 2025
Topics: 61 / Replies: 1581
Reply
RE: code correction

Sholtan, I can't figure out what files are for input,which ones are for output. You've shown an image of 'correct output' but which file is this...

5 years ago
Forum
Reply
RE: code correction

Sholtan, Please attach the workbook with the VBA in it. Even if you paste code we have to copy it, create a workbook, paste it in, save it etc etc...

5 years ago
Forum
Reply
RE: Help automatically refreshing a year using VBA

Hi Janai, The code you've supplied doesn't seem to tie in with the data you provided e.g. the code refers to Range("C10"), Range("D10") and Range("...

5 years ago
Forum
Reply
RE: How to be able to attach the file I have in the sub-folder

Hi Maurizio, You can use Application.FileDialog(msoFileDialogFilePicker) to let the user choose the attachment. I've unmerged the cells on the s...

5 years ago
Forum
Reply
Reply
RE: IFS or Nested IF

Between us we came up with 5 solutions. Pretty good. 🙂

5 years ago
Reply
RE: Using VLOOKUP to get various chart data

Hi Stephen, Welcome aboard. Have you tried a pivot chart? Please supply your workbook and data. regards Phil

5 years ago
Reply
RE: VBA not able to get data from website

Hi Vinod, It's possible to install multiple versions of Office together, at least it used to be, but I've not done it with 2019. You can get iss...

5 years ago
Forum
Reply
RE: IFS or Nested IF

Hi Paul, Because the IF statement will only evaluate until it finds a True condition you can use this, leaving out the AND's, by making your first ...

5 years ago
Reply
RE: Creating a function that may be a loop

Hi Kat, You can't do that, it's what's called a circular reference. But if you explain what you are trying to do maybe there's another way. R...

5 years ago
Forum
Topic
Forum
Replies: 2
Views: 142
Reply
RE: Using Excel to create directory structure

Hi David, What exactly is the issue with getting your avatar photo uploaded? Phil

5 years ago
Forum
Reply
RE: slope of a line (x coefficient of trend line ) in chart & sheet name

Hi, The syntax for SLOPE is =SLOPE(known_ys, known_xs) so you can just get the slope from, for example, sheet 44947 using =SLOPE('449447'!R2:R19,'...

5 years ago
Forum
Reply
RE: slope of a line (x coefficient of trend line ) in chart & sheet name

Hi, Do you need the VBA to create the chart and trend line, or just get the x coefficient from the trend line on each sheet? Regards Phil

5 years ago
Forum
Reply
RE: VBA not able to get data from website

Hi Vinod, When I try to run your code it takes forever 'Contacting the server ...' and I eventually stopped the query. I wrote a new web query a...

5 years ago
Forum
Page 68 / 110