Useful ! Thank you so much for what you are doing. 🙏🙏🙏🙏
@PKAnExcelExpert5 жыл бұрын
Thanks for your valuable feedback
@seydoudioubate495 жыл бұрын
@@PKAnExcelExpert You most welcome
@abdellahanba44035 жыл бұрын
Top
@PKAnExcelExpert5 жыл бұрын
Thanks for your valuable feedback
@TheSteveMorganShow Жыл бұрын
Hi I am getting this error run time error data source name not found and no default driver specified when trying to run the program any thoughts
@brenthalbach36453 жыл бұрын
How can I populate a Listbox or Combobox from a recordset without the Support sheet? I have made it work with rs.getrows but it doesn't work if there are Null values. I'm trying to do it with the .additem but cant figure it out. Can you assist with this? Any assistance would be greatly appreciated.
@ranishinde92204 жыл бұрын
Hello sir, I got error at sub show_data() and error is expected function or variable... Please guide me sir
@fatihcelep41584 жыл бұрын
i am using without login and password option(windows authendication) so what should ı write on line cnn.Open Connection_String, "sa", "asd" vba give me alert '' failed login '' because of this
@Cordycep14 жыл бұрын
I think it call integrated security, use "INTEGRATED SECURITY=sspi;"
@alexninorueda4 жыл бұрын
I have the same problem
@rajb45493 жыл бұрын
Anyone still looking to solve this - the following works Const Connection_String As String = "Provider=sqloledb;Data Source=[yourservername];Initial Catalog=[your database name];Trusted_connection=yes;" ' cnn.Open Connection_String, "sa", "abcd" cnn.Open Connection_String
@az_fezz Жыл бұрын
@@rajb4549 Man thank you that helped me a lot
@datacleaningchallenge20295 жыл бұрын
Having errors on this line Dim sql query As String
@PKAnExcelExpert5 жыл бұрын
Don't use space in variable name. Take is as sql_query