Append contents of textbox onto memo field (1 Viewer)

vbaInet

AWF VIP
Local time
Today, 17:55
Joined
Jan 22, 2010
Messages
26,374
That's how you declare a variable. It's good practice to explicitly declare your variables. But before you add this, try something. You know at the very top of the page you've got this:
Code:
Option Compare Database
Put this line just directly beneath that:
Code:
Option Explicit
Then try running the code and see what happens.
 

NauticalGent

Ignore List Poster Boy
Local time
Today, 12:55
Joined
Apr 27, 2015
Messages
6,328
Just in case someone's Google Search brings them to this thread, John Big Booty's bit of code worked as advertised for me. It would not work for what Add1989 was trying to do, but for me, it worked like a charm.
 

Users who are viewing this thread

Top Bottom