Relative Content

Tag Archive for sqlexcelvba

Using SQL with Excel – records not updating

I’m trying to use SQL with VBA to update an Excel worksheet. My macro currently updates 5 worksheets in the same file (Review, Used, Road, Inspec, and Misc). The macro runs SQL to update each worksheet based on some criteria.

Using SQL with Excel – records not updating

I’m trying to use SQL with VBA to update an Excel worksheet. My macro currently updates 5 worksheets in the same file (Review, Used, Road, Inspec, and Misc). The macro runs SQL to update each worksheet based on some criteria.

RE: Learning VBA from scratch

I have Miscrosoft Visual Basic 2005 Express Edition book, can I use it to learn VBA Excel from scratch or do I need to buy a more updated book?

Edit ListBox Values Directly From MySql Workbech

I have a listbox that pulls data from MySQL Workbech through a selection from the combobox. Each of the rows of the pulled data has an auto increment ID. I have a code that sends the values of a selected row into assigned text box.

Edit ListBox Values From MySql Workbech

I have a listbox that pulls data from MySQL Workbech through a selection from the combobox. Each of the rows of the pulled data has an auto increment ID. I have a code that sends the values of a selected row into assigned text box.