Forum

Hans Hallebeek
@keebellah
Reputable Member
Joined: Oct 17, 2018
Topics: 8 / Replies: 365
Reply
RE: Problem with multiple-select Drop down list

Hi. sorry to butt in like this but I made some minor changes to pgt-example-3 to avoid the error in C4 when there is nothing to split and als when the...

3 years ago
Forum
Reply
RE: How to Create a Routine that can remove the name of the file extension (.Txt) Whatever the created name of the file itself is

Tenta questa soluzione Default = Left(UserForm1.TextBox1.Text, InStrRev(UserForm1.TextBox1, ".") - 1)

3 years ago
Forum
Reply
RE: Can VBA determine if row headers exist

If you're using ListObjects (Table) then it's easy but the other option is for you you say whay you think distinguishes the row you hav as the header ...

4 years ago
Forum
Reply
RE: automatic change an value after a certain date is passed

Hi, I'll say welcome to the forum. I've been on it but not posted much answers. Your question did tickle my curiosity. You mention that you just s...

4 years ago
Forum
Reply
RE: VBA for QR Codes

Hi Phil, I figured out that much, passing shorter strings had no problems and also the text in the string is not really something I would use in a ...

5 years ago
Forum
Reply
RE: VBA for QR Codes

Hi Phil, Excuse my budding in but I was trying to help someone of the Excel Help Forum () The texts this person is using somehow throws an error an...

5 years ago
Forum
Reply
RE: Please help VBA Coding for Repeat Task for Step 2 to Step 6

Hi, besides the fact that you are cross-posting (Excel Help Forum), why aren't you attaching your file with the macro? You've attached a xlsx file ...

6 years ago
Forum
Reply
RE: Excel 2016 Workbook_Open event doesn't trigger

Update: I added a Public Sub Auto_Open (instead of Private) and just invoked the macro Begin_Here again, then it works but what really bugs me is that...

6 years ago
Forum
Topic
Forum
Replies: 1
Views: 545
Reply
RE: Excel (Office 365) Issues after latest Office 365 update

Forgot about the Function Captiontxt, sorry, that's nothing, the TempFileList.lst is the files name and extension the log is part of the xlsx filename...

6 years ago
Reply
RE: Excel (Office 365) Issues after latest Office 365 update

This is the full code. GetProjectlogBestanden is the modified version that I rewrote so that it works GetProjectlogBestanden2 is the original co...

6 years ago
Reply
RE: Excel (Office 365) Issues after latest Office 365 update

Hi Phil, Thanks for your answer I understand you don't have the variables, but that's not the issue, the fact is that under Office 365 Business th...

6 years ago
Page 25 / 25