Closed. This question is开发者_开发技巧 opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citati
I am copying a record from one table to another in Access 2007. I iterate through each field in the current record and copy that value to the new table. It works fine until I get to my lookup column f
I have requirements from our client where we basically have to \'parse\' PDF files from various different sources.
I have an Excel add-in w开发者_如何学Cith a class module.I want to instantiate the class module in C# and call a method on it.How do I do that?If you really need access to an instance of the class, yo
I want 开发者_开发百科to get the folder path from the file who is running the vba-code. For example: the vba-code is in the file C:\\myfolder\\file.accdb and I want the vba-code to return C:\\myfolder
Say I have a range of data from A1:Y55 containg data like \"123 UID\" I a开发者_如何学Cm looking for a unique substring (in this case, the UID) in that range, how do I do this?You can do this with th
I am trying to create a link from a cell on one sheet to a cell on the other sheet, but when I run it I get this runtime error:
I am trying to convert a julian date (yy/ddd) to a regualr mm/dd/yy data in excel vba. I have an idea of using a select case statement that calls a function for each month.But th开发者_如何学Goat is a
I have created a class module for an entity called Terminal.I have a method that populates this class by going through 175 seperate worksheets and pulling the correct data from specific cells.This pro
What is the signi开发者_运维技巧ficance of declaring variables in VB/VBA like so: Private m_sNameAs String