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
Manual sbs03 -> sbs08 Migration
Server Returns 404 Error when publishing through WebDAV
SharePoint File Folder Actions
Outlook 2010 with Exchange 2000?
EXIM mail manager (LAMP) permissions auto-reset how to prevent resetting for a specific file
Changing Default Web Site Properties
Regarding INOTES in Lotus 8.5
How to enable auditing logs on checkpoint firewalls
calculate age in mysql
Oracle Materialized View refresh - Question