Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 11, 2026
Topics: 61 / Replies: 1588
Reply
RE: Lost in data formatting

Hi Sal, By default, if you post in a topic you are subscribed to it for updates. Your profile shows that you are subscribed to this topic so you s...

7 years ago
Forum
Reply
RE: VBA to send data from excel spreadsheet to a website form and return result to spreadsheet

Hi Dave, Sorry for the long delay. This was partly due to other commitments but partly due to getting this to work. I gave up on using IE. The...

7 years ago
Forum
Reply
RE: How do i Automatically Trigger the macros for Sheet 2 When Value Change Occur in One Sheet 1

Hi, You don't need VBA to do this. You can use a formula like this copied down as many rows as you need. =IF($E$4-(ROW(A2)-ROW($I$1)-1)>...

7 years ago
Forum
Reply
RE: Macro ResetAll

Hi, I'm not really clear on what you want to do. Is it that you want to run the macro on the sets of rows as described i.e.: 15->26 49-...

7 years ago
Forum
Reply
RE: Delete from Code: the last progressive number entered in Column (A 🙂 - If the last data item in Column (B 🙂 is deleted

Hi Maurizio, Your code already inserts numbers into Col A as you wish, so what you need is for some code to delete a number from Col A if the data ...

7 years ago
Forum
Reply
RE: VBA for Excel

Hi, What code are you referring to? You haven't provided any workbook with sample code. Regards Phil

7 years ago
Forum
Reply
RE: VBA to send data from excel spreadsheet to a website form and return result to spreadsheet

Sorry Dave, I am having intermittent success with the code. The problem I'm having is that once the results page is loaded and I tell the VBA to gr...

7 years ago
Forum
Reply
RE: My father-in-law wrote this 21 years ago. Anyone know what he is trying to do?

Hi, It appears to be preparing a document to print. But without the actual document, this is out of context and I'm not sure what else I can add. ...

7 years ago
Forum
Reply
RE: Adding Public words

Hi, Just concatenate the strings e.g. in C2 =A2&" "&B2 See attached. Regards Phil

7 years ago
Forum
Reply
RE: Multiply separately four cells by one cell, and repeat with rest

Hi Sardor, In your workbook there is nothing in B1 or B2? The rest of ColB contains text, so you can't multiply that by anything. You could h...

7 years ago
Reply
RE: After a macro pastes a cell with the =NOW() date function from an invoice sheet into a report sheet, how do I keep the original pasted date?

Hi Brian, The code you pasted doesn't have any call to NOW() in it? If you are calling NOW() from your macro then just check that the cell where...

7 years ago
Forum
Reply
RE: Sheet Name Formula

Hi Jason, Which session/module is this in? Regards Phil

7 years ago
Reply
RE: VBA to send data from excel spreadsheet to a website form and return result to spreadsheet

Hi Dave, I think I can do this but it will take some time to code + test. I'll try to get back to you tomorrow. Regards Phil

7 years ago
Forum
Reply
RE: VBA to add prefix to cell with >255 characters and retain any character formatting in the cell

Hi John, I've tried various things but can't achieve what you want. Reading up on it, it does appear to be a limitation within Excel. I've trie...

7 years ago
Forum
Page 90 / 110
0