Thread
:
VBA function modify a range
View Single Post
#
2
Posted to microsoft.public.excel.programming
Crowbar via OfficeKB.com
external usenet poster
Posts: 128
VBA function modify a range
Your question makes no sense to me so this is a guess
Sub auto_open
For x = 1 to 1000
If sheet1.cells(x, 1).value = 10 then
msgbox "Line " & x & " = 10"
end sub
--
Message posted via
http://www.officekb.com
Reply With Quote
Crowbar via OfficeKB.com
View Public Profile
Find all posts by Crowbar via OfficeKB.com