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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -