Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use the mecro to print data in the cells of excel
so I put this code : cells .cells=8 for that, it print the number(5) in all of the cells I want to print in specify cells like : a1, b2 ..etc how caN I DO that. and thankyou for hel -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
try something along the lines of Range("A1,B1,C1").Value = 5 or Range("A1:C1").value = 5 Cheers JulieD "nader " wrote in message ... I use the mecro to print data in the cells of excel so I put this code : cells .cells=8 for that, it print the number(5) in all of the cells I want to print in specify cells like : a1, b2 ..etc how caN I DO that. and thankyou for help --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
you're welcome - but do make that mrs julied :) Cheers JulieD "nader " wrote in message ... thankyou mr julied for your help --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 Macro/VB Question DDE Question | Excel Worksheet Functions | |||
Macro Question | Excel Worksheet Functions | |||
Macro Question | Excel Worksheet Functions | |||
Macro Question? | Excel Discussion (Misc queries) | |||
Macro Question | Excel Programming |