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
How to reset PHP Session Handler to default
Access Report Help Needed
Php concanation text
Creating a table to be copied to another database in Access
Web Server Maintenance Page redirect?
Transport-level error / (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)
DOS Batch Turnkey system for Win95
How do I recreate the _msdcs.domain.com Forward Lookup Zone.
Convert C into vb
Help Button in MsgBox for MS-Access