SilverSN95
08-05-2009, 01:01 PM
This is probably an easy fix, but I have spent some time on it and can't figure it out.
In my macro, I am performing the following line:
dest.Bookmarks("Premium").Range.Text = .Range("I40")
where I40 is a number like 1,300. The problem is when it is placed at the bookmark, I get 1300 with no comma.
I've tried wrapping the .range with int() and a couple other things to no avail.
Any help would be great.
Thanks.
In my macro, I am performing the following line:
dest.Bookmarks("Premium").Range.Text = .Range("I40")
where I40 is a number like 1,300. The problem is when it is placed at the bookmark, I get 1300 with no comma.
I've tried wrapping the .range with int() and a couple other things to no avail.
Any help would be great.
Thanks.