Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 121
Default sub for filling each cell of the grid

hi all !!
i need a sub for filling each cell from row 2 to row 300... and from column
A to column W....

i need in each of those cells a link to cell K22 of a lot of the
correspective pages that i created yet with this syntax.....
C:\WOW\FEEDERPAGE.B.3.xlsm
ty for all
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,344
Default sub for filling each cell of the grid

Hi,

We need more info, show us one of the completed formulas and tell us how it
change in the range A2:W300.
I don't follow the part that reads:

"i need in each of those cells a link to cell K22 of a lot of the
correspective pages that i created yet with this syntax.....
C:\WOW\FEEDERPAGE.B.3.xlsm

What do you mean by link all cells to K22 on correspective pages?

When it comes to writing code we need to know detail, not generalizations.
--
Thanks,
Shane Devenshire


"pls123" wrote:

hi all !!
i need a sub for filling each cell from row 2 to row 300... and from column
A to column W....

i need in each of those cells a link to cell K22 of a lot of the
correspective pages that i created yet with this syntax.....
C:\WOW\FEEDERPAGE.B.3.xlsm
ty for all

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,805
Default sub for filling each cell of the grid

Sub RoundToZero2()
For Each c In Worksheets("Sheet1").Range("A2:W200").Cells
c.Value = "What you want it to be"
Next
End Sub

--
Always provide your feedback so that others know whether the solution worked
or problem still persists ...


"pls123" wrote:

hi all !!
i need a sub for filling each cell from row 2 to row 300... and from column
A to column W....

i need in each of those cells a link to cell K22 of a lot of the
correspective pages that i created yet with this syntax.....
C:\WOW\FEEDERPAGE.B.3.xlsm
ty for all

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 121
Default sub for filling each cell of the grid

hi sheeloo ty ..
to build the link to the external page i need to use & c.Row ....
and a if then inside a for next..
do you think it is possible ..???..because it doesn't work....

i could build all this with text editor and paste links to all the
pages..but it returns error in case of absence of the linked page...and it
prompts to a link edit menu..
instead of indicating void or zero...

ty for help evrybody !!




"Sheeloo" wrote:

Sub RoundToZero2()
For Each c In Worksheets("Sheet1").Range("A2:W200").Cells
c.Value = "What you want it to be"
Next
End Sub

--
Always provide your feedback so that others know whether the solution worked
or problem still persists ...


"pls123" wrote:

hi all !!
i need a sub for filling each cell from row 2 to row 300... and from column
A to column W....

i need in each of those cells a link to cell K22 of a lot of the
correspective pages that i created yet with this syntax.....
C:\WOW\FEEDERPAGE.B.3.xlsm
ty for all

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Grid lines in Excel not showing.Have tools,options,view/grid cked bajlearning Excel Discussion (Misc queries) 6 January 28th 07 02:00 AM
Filling values in a grid Cecilia Excel Worksheet Functions 4 November 1st 06 10:53 AM
look up more than one cell eg grid Jbcrtilla Excel Discussion (Misc queries) 4 May 29th 06 03:22 AM
I need to convert grid.doc to an Excel Grid. suavejohn Charts and Charting in Excel 0 September 1st 05 06:26 PM
filling information from one cell and filling another. Dianne Excel Worksheet Functions 1 August 15th 05 08:14 PM


All times are GMT +1. The time now is 10:58 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"