Hello everyone, our products in our Excel file have their own barcode numbers and information. I want to see all the information in Excel in the form and print the barcodes of the products I choose from the ARGOX brand label device. Can you help me how to do this?
There are products in our company's warehouse. Products have barcodes and item numbers. Saved in Excel.
For example, when the product code is written on the form, we want a label to be written on the Argox Brand label machine.
How can we do this?
Hello;
In an Excel file containing Japanese Kanji with phonetic, how can I get the phonetic above the Japanese Kanji?
Here is a simple code Excel string extraction program, but it cannot capture the above Katakana.
The code to get string from excel, but it cannot get the above Katakana...
I'm trying to create an Excel UDF that acts like the native MATCH function, but with multiple criteria. While debugging with a simple comparison between numbers, the objListItem == objListCriteria line isnt't catching the match and is just skipped over "when it should" catch.
I've looked at the...
I'm trying to throw together an Excel add-in with ExcelDNA. I think I set up the ExcelDNA.registration "correctly". And I'd like to make a UDF that can handle one or more inputs/arguments as static values, single cell references, or ranges of cells. Ultimately, what I would like to get to is...
I was putting together an Excel add-in with some User Defined Functions (UDFs), using C#. Based on excelDNA documentation, I created a class that checks to see if OPTIONAL Excel arguments are present in a UDF. And if not, it assigns a default value.
I created a couple of simple test functions...
You can set formula like this in an excel file using c#:
Worksheets("Sheet1").Range("A1").Formula = "=$A$4+$A$10";
If the formula contains '%' then an error occurs!!! (a table column name contains %) How can you use % in formula?
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.