Forum

Ben13
@ben13
New Member
Joined: Aug 25, 2016
Topics: 0 / Replies: 4
Reply
RE: VBA required to auto save excel file on current users desktop and open an email with file attached in one step

Hi Monish, Using ActiveWorkbook can get messy when renaming, saving, and deleting files. I'd also recommend using a yyyymmdd date format if you ...

5 years ago
Forum
Reply
RE: Copying a range of cells containing text to a single cell

Hi Dan, You could try the CONCATENATE formula, or use the "&" function. =CONCATENATE(A11,A12,A13,B11,B12,B13) =A11&A12&A13&B1...

6 years ago
Reply
RE: Macro to transform System download data to column form

Hi David, Your source data is a bit of a mess, but this might be a good start. Ben.

6 years ago
Forum
Reply
RE: Macro and VBA to skip "1"

Nice bit of code, SunnyKow! Amy - the fundamental flaw with your macro is that you have your "if" statement on one line, and you don't have an...

9 years ago
Forum