Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / June 2007

Tip: Looking for answers? Try searching our database.

Division amidst aggregation macro?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
efader - 21 Jun 2007 00:47 GMT
Hi:

I am aggregating data from multiple workbooks into one workbook.  Due
to the way some of the data is formatted, I want to divide one of the
metrics by 100 prior to the macro pasting it into the aggregated
workbook.

How can I accomplish this?

Thanks,
Eric
Jim Cone - 22 Jun 2007 03:12 GMT
Dim X as Double
X = Range("B5").Value
Range("B5").Value = Range("B5").Value / 100
ActiveSheet.UsedRange.Copy
Range("B5").Value = X
Signature

Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware

"efader"
<eric.fader@gmail.com> wrote in message Hi:

I am aggregating data from multiple workbooks into one workbook.  Due
to the way some of the data is formatted, I want to divide one of the
metrics by 100 prior to the macro pasting it into the aggregated
workbook.
How can I accomplish this?
Thanks,
Eric

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.