Macro to convert PDF to Excel Data to Excel Format

Vgabond

Board Regular
Joined
Jul 22, 2008
Messages
191
Hi Guys

Is there any macro that can be used to convert data which have been converted from PDF to Excel. Currently I'm using a traditional way by pressing F2 and enter to convert the data to excel format. It's tedious ( since the data range is quite big) and crammed my finger :biggrin:. Can anyone help pretty pls..??:rolleyes:
 
as you can tell by the different methods people are suggesting, this is a common problem and is not always solved by the same method

another method is to goto an empty column
=value(trim(a1))

you can also check
=len(A1) before and after F2-enter
and =len(trim(A1))

I have had to look at
=code(mid(a1,1))
=code mid(A1,2))
etc
until I find a non numeric code and then use replace that with null

Hi Jack

I guess the 0 on the blank column is small issue. I can fix it by just highlight it all and delete it :biggrin:. Anyway thank you very much for your help. Really appreciate it.
 
Upvote 0

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
that should have been code(mid(a1,1,1)) etc.

the fact that you can do the f2 enter indicates you can should be able to find something which will work.
 
Upvote 0
that should have been code(mid(a1,1,1)) etc.

the fact that you can do the f2 enter indicates you can should be able to find something which will work.


Sure Jack. Anyway thanks again tho. U already make my live easier with your help...:biggrin:
 
Upvote 0

Forum statistics

Threads
1,216,100
Messages
6,128,827
Members
449,470
Latest member
Subhash Chand

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top