vba - Error involving ADO recordset and excel worksheet name -


i attempting execute following code:

rs.open "select * [step#2-presource$f3:f15]", cnn, _             adopenstatic, adlockoptimistic, adcmdtext 

i receive error:

run-time error

notice in error notification converts # sign period. there in fact no existing object such name. not intended. there way work around issue of sort?


Comments

Popular posts from this blog

Receive udp packets in android gstreamer -

php - Extract Text from HTTP referer -

java - Callback from new thread to class from which thread was initiated -