Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
I have a slight problem with my code...any help will be appreciated I have written some codes and use it for vairous workbooks, however, I must have written something incorrectly as my the orignal code was written for a workbook with 853 records, after I have copied the modules to the other workbooks, they all look fine on Excel, i want to check my copied modules are working fine and so I press Ctrl+down and went to my last record (26 records) which is all fine. However, I notice only when I export to Access that the last record was 853, i.e. it creates 827 blank rows in Access. Therefore I went back to my Excel fine and press Ctrl+End and found out the record indeed say my last cell was 853. I am not sure what I need to do but think if I can write vba to delete all rows and columns after my last record I should be fine (I have manually done this and checked Access that it does indeed work!) I am struggle with the vba code, I tried to use this: Range("A1").Select Selection.End(xlDown).Select Selection.End(xlDown).Select Selection.End(xlUp).Select Range(Selection, Selection.End(xlDown)).Select Selection.Delete Shift:=xlUp However, it deletes my last record and only column A...what do i need to do??? Please help!! Thanks a lot P.S. I have only just started and learned vba, please be a bit patient with me if I sound stupid...... Vivian |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Increase Your Business By Data Conversion, Data Format and Data EntryServices in India | Excel Worksheet Functions | |||
Reliable Data Conversion,Data Formats and Data Entry Services by DataEntry India | Excel Programming | |||
Save 20% On Data Conversion and Data Formats Services by Data EntryIndia | Excel Discussion (Misc queries) | |||
Data Entry Online, Data Format, Data Conversion and Data EntryServices through Data Entry Outsourcing | Excel Discussion (Misc queries) | |||
Excel Macro for taking data external data and populating it on a sheet and deleting unwanted data | Excel Programming |