I'm getting that error to the following code:
Any ideas?![]()
.Range("I" & idx).Value = Cand_PhoneNo.Value, "(###) ###-####"
I'm getting that error to the following code:
Any ideas?![]()
.Range("I" & idx).Value = Cand_PhoneNo.Value, "(###) ###-####"
it maybe
![]()
.Range("I" & idx).Value = Format(Cand_PhoneNo.Value, "(###) ###-####")
Oldman Chatting: thanhmy_pham@yahoo.com Mailing: thanhmypham@gmail.com
That line of code should end where the comma is. Are you trying to format the Cand_PhoneNo.Value? If so, try:
![]()
.Range("I" & idx).Value = Format(Cand_PhoneNo.Value, "(###) ###-####")
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
?None of us is as good as all of us? - Ray Kroc
?Actually, I *am* a rocket scientist.? - JB (little ones count!)
Thank you both. That seems to have worked.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks