Yes I am doing this, although the typing to the form seems a bit slow for me when the text consists of a paragraph of maybe 100 characters. There seems to be a lag before the typing starts. Also, avoid the use of macro-enabled excel formats since BAS does not seem to be compatible with them.
how to post without duplicate data
-
I have a list of 100 groups to post to and 10 accounts.
I want to post
1 account to post 10 groups,
Account 2 will post 10 groups
account 3 account 4 will post like thisand can run multi-threaded without duplicate data of those 100 groups
I manage groups and accounts on Database
any ideas can help me
thank
-
There are multiple sollutions. The easiest is to
simply set it in resource files themselfs. So you
can create txt or csv file with accounts where
you will copy same account 10 times and that
resource file will have same number of lines like
list of groups - in your case 100.