The main aim of the SQL query is to show only records with 'A0' or 'A1' in a field and also only show those records in another field with 't1' or 't2'
Not all appropriate records are returned with this query i.e. expected results show records missing.
Here is my sql query:
SELECT...
Hi All,
I need some of your invaluable help.
I need some vba to insert the current time (shown on PC) to work in excel.
EG When data is selected in a validation list in Column D the current PC time is inserted into Column K in the corresponding row.
So I really need some code to run after...
Sorry new to this:
After recording I only have:
ActiveCell.Copy
Sheets("2").Select
Range("A3").Select
ActiveSheet.Paste
Sheets("1").Select
Application.CutCopyMode = False
I need to paste into the next blank cell in a row. i.e. Where the next blank cell in Column B is...
Excel Worksheet:
I want to copy the last data input in Column A and paste into another sheet to the next cell in column A where Column B is Blank.
Can anyone help provide a vba code?
Many Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.