run time error '3709':
The connection cannot be used to perform this operation. It is either closed or invalid in this context
al depurar me muestra la linea de codigo donde se abre la conexion.
s_SQL = "select sum([Amount]) from [ventas$] where [Opportunity* Owner] = 'Luis Asencio' and [Quater] = 'Q1'"
rs_Record.Open s_SQL
Range("E10").FormulaR1C1 = rs_Record(0)
rs_Record.Close
![Pensando](http://static.forosdelweb.com/fdwtheme/images/smilies/scratchchin.gif)
![sonriente](http://static.forosdelweb.com/fdwtheme/images/smilies/smile.png)
![Adios](http://static.forosdelweb.com/fdwtheme/images/smilies/adios.gif)