Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 59eb077

Browse files
fixed bug
1 parent f53a24b commit 59eb077

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

‎Mod_Row.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ longReturnRow = 1
4343

4444
' start
4545
' has something in it by column to the left
46-
Set rangeCell = wksCurrentSheet.Cells(longColumnNum, longLastRow)
46+
Set rangeCell = wksCurrentSheet.Cells(longLastRow, longColumnNum)
4747

4848
' test if cell is empty then go up to find the next
4949
' row cell in column that is not empty

‎VBA_Code_Library.xlsm

2 Bytes
Binary file not shown.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /