Microsoft
Software
Hardware
Network
Question : Easy answer for someone who knows VBA
Why does the following return 64?
Sub woho()
Range("b2") = Cells(Rows.Count).Row
End Sub
Answer : Easy answer for someone who knows VBA
Basically cells.count is the number of cells in the sheet.
SO if you divide by the number of columns you will get the value of the row on which the cells.count 'cell ' occurs. i.e. 64
Chris
Random Solutions
Excel 2007 Can Not Display Images From Web
Network issue.
SSRS Combine two datasets into one data region - Must be in report not in SQL server
Error while archiving folder "IPM_SUBTREE"
asp.net mssql I have a need to update records where the record column needs modifing in orde to match the Id value
Mac Mail + Exchange 2007 keeping drafts in the 'Drafts' folder after they are sent
DameWare vs. RDP
Setting Reporting Services data driven subscription Using Web Service
Just installed AJAX Toolkit - ToolkitScriptManager error -- "unknown server tag"
Nested Gridviews RowDataBound Event Problem