fari1
Active Member
- Joined
- May 29, 2011
- Messages
- 362
<b>Sheet2</b><br /><br /><table border="1" cellspacing="0" cellpadding="0" style="font-family:Calibri,Arial; font-size:11pt; background-color:#ffffff; padding-left:2pt; padding-right:2pt; "> <colgroup><col style="font-weight:bold; width:30px; " /><col style="width:145px;" /><col style="width:172px;" /><col style="width:233px;" /></colgroup><tr style="background-color:#cacaca; text-align:center; font-weight:bold; font-size:8pt; "><td > </td><td >B</td><td >C</td><td >D</td></tr><tr style="height:18px ;" ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >7359</td><td >CONDENSED CONSOLIDATING STATEMENT OF INCOME </td><td > </td><td > </td></tr><tr style="height:18px ;" ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >7360</td><td > </td><td > </td><td > </td></tr><tr style="height:18px ;" ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >7361</td><td > </td><td > </td><td >Nine Months Ended September 30, 2006</td></tr><tr style="height:18px ;" ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >7362</td><td > </td><td > </td><td > </td></tr><tr style="height:18px ;" ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >7363</td><td > </td><td > </td><td > </td></tr><tr style="height:18px ;" ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >7364</td><td >In millions of dollars</td><td > </td><td >Citigroup</td></tr><tr style="height:18px ;" ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >7365</td><td > </td><td > </td><td >parent</td></tr><tr style="height:18px ;" ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >7366</td><td > </td><td > </td><td >company</td></tr></table> <br />Excel tables to the web - Excel Jeanie Html 4
i've a line of code, which brings in a cell value after last used range in column A from another sheet with my below piece of code
while i want to get the value in column A after the last used range from B to onwards columns, meaning in above example the value to be brought in by code in cell A7367.
hope i made my point clear, want help on it urgently
i've a line of code, which brings in a cell value after last used range in column A from another sheet with my below piece of code
Code:
wsDst.Range("AA" & Rows.Count).End(xlUp)(2) = wsSrc.Range("A1").Value
while i want to get the value in column A after the last used range from B to onwards columns, meaning in above example the value to be brought in by code in cell A7367.
hope i made my point clear, want help on it urgently