Hey guys,
I am very new to VBA. I am just trying to create excel application by VBA. It gives me an error: 0
Private Sub Command27_Click()
On Error GoTo ErrorHandler
Dim xlApp As Excel.Application
Dim myFile As Excel.Workbook
Dim mySheet As Excel.Worksheet
Dim...
I got this error when I used the sql statement.
Expected identifier, literal, or parameter, found keyword "WHEN" (to use a keyword as an identifier, enclose it in double quotes)
Do you guys have any suggestion?
Hey guys,
I am very new in Java Program. I was trying to sort numbers in the program.
import java.io.*;
/*
* Main.java
*
* Created on May 19, 2007, 10:18 PM
*
/
public class SortNumbers{
public static void sort(double[] nums){
for (int i=0; i<nums.length; i++){...
Hi, I was wondering about this table and the sql statement:
This is the sample Invoice table:
Source | Items
IG SEL
IG ANB
Null BEL
IG REN
Null REN
I like to count how many items are in NULL and IG. This is my SQL statement...
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.