Programming Tips and Tricks
abc,abc,abc,abc,abc
Mid(Replace(5, "~"), "~", ",abc"), 2)
This is WRONG. It really is a good idea to cut and paste from a tested version... like this: Debug.Print Mid(Replace(String(5, "~"), "~", ",abc"), 2)
Thank you Boofle for your comment.
This is WRONG. It really is a good idea to cut and paste from a tested version... like this:
ReplyDeleteDebug.Print Mid(Replace(String(5, "~"), "~", ",abc"), 2)
Thank you Boofle for your comment.
ReplyDelete