Microsoft
Software
Hardware
Network
Question : macro question which columns is the data changing
Hi Experts
Is the edit 1 macro chnaging the 5 to 6 in column G or am i totally mistaken.....which column is it.
Sub Edit_1()
Application.ScreenUpdating
= False
Dim rngData As Range
Dim lngIndex As Long
Dim varData
Set rngData = Intersect(Range("G:G"), ActiveSheet.UsedRange)
varData = rngData.Value
For lngIndex = LBound(varData, 1) To UBound(varData, 1)
If Left(varData(lngIndex, 1), 1) = "6" Then
varData(lngIndex, 1) = "5" & Mid(varData(lngIndex, 1), 2)
End If
Next lngIndex
rngData.Value = varData
Application.ScreenUpdating
= True
End Sub
Answer : macro question which columns is the data changing
It's changing 6 to 5 in column G.
Random Solutions
I am also trying to connect MS Access to NCR Teradata. I have not been able to connect through ADODB connection - when I try to open the connection I get this error: "Can't find host [MyServer]Cop1
Analysis services - MDX date calculation
handling empty textboxes
Condition statement to change wording in div block
Btrieve database!
Access Form Freezing/Locking Up
isa 2006 std authenticating users
Justify align codes for RTF (XSL)
Auto-update "HOSTS" file for Windows OS
IText "Could not load file..." error Question