Wednesday, 17 May 2017

Outlook migration - Autocomplete eMails

Whenever you migrate outlook pst, the autocomplete emails will not come, all that you have to do is the following.

 

In the old system

1.     Open the %LOCALAPPDATA%\Microsoft\Outlook folder.

o   Click Start, and then enter %LOCALAPPDATA%\Microsoft\Outlook in the Search program and files or Start Search box. You can also copy and paste the location into Windows Explorer address bar.

2.   Copy the RoamCache folder,

 

In the New System

1.     Open the %LOCALAPPDATA%\Microsoft\Outlook folder.

o   Click Start, and then enter %LOCALAPPDATA%\Microsoft\Outlook in the Search program and files or Start Search box. You can also copy and paste the location into Windows Explorer address bar.

2.   Past this ROAMCAHCE FOLDER

3.   Start Outlook.

 

Friday, 31 March 2017

Openign Tally in Developer Mode

Guys, if you ever want to open in Tally Developer mode to understand the various field Name, here is what you have to do

 

 

<tally path> < /DevMode>

 

Your tally gets opened in Developer mode…enjoy…..the tally field names…

Saturday, 7 January 2017

Delete Bulk Mails Outlook

If you are using outlook and you the pst file size is huge.

 

You can search the inbox and outbox for larger files and delete. However at times you will know that the files are in subfolders, then the best way to do this is create a search folder.

 

You can define your own limit in the search on to size and folders/subfolders you want to look for…. You are done… J

 

Monday, 28 November 2016

Overlapping Graphs

If you want to over lap a bar graph with another, you can try formatting the series option in the graph where by you reduce the overlap gap

 

 

Tuesday, 22 November 2016

Get URL of a CELL

If you want to extract URL of a Cell, you can use it thru this macro

 

Function GetURL(cell As range, _
Optional default_value As Variant)
'Lists the Hyperlink Address for a Given Cell
'If cell does not contain a hyperlink, return default_value
If (cell.range("A1").Hyperlinks.Count <> 1) Then
GetURL = default_value
Else
GetURL = cell.range("A1").Hyperlinks(1).Address & "#" & cell.range("A1").Hyperlinks(1).SubAddress
End If
End Function

 

Source: http://howtouseexcel.net/how-to-extract-a-url-from-a-hyperlink-on-excel

 

 

Wednesday, 12 October 2016

re-Check the password entered

If you want to see what is the password that was entered in browser, here are simple steps

 

a)      Right click on the password box and select Inspect element

b)     You will see a text like this

 

 

c)      Change type=”password” to type=”text”

 

 

Magic , you have the password typed on the screen

 

Tuesday, 4 October 2016

Get Sheet Name or File Name or File Path

If you want to get some data use the following

 

=CELL("filename")

 

Then you can use ‘find’ function to trim and get what ever informaiton you want to extract

 

Sunday, 25 September 2016

Trace Circular Reference

In case if you are lost with the values and there is a circular reference, you can check the same using this in the formula tab

 

 

Saturday, 24 September 2016

Menu Bar Control

You can enable / disable items in the Menu Bar back in VBA. The following is the Control Number to enable / Disable

 

CommandBar            Control                         ID

   --------------------------------------------------------------------

   Worksheet Menu Bar    &File                        30002

   Worksheet Menu Bar    &Edit                        30003

   Worksheet Menu Bar    &View                        30004

   Worksheet Menu Bar    &Insert                      30005

   Worksheet Menu Bar    F&ormat                      30006

   Worksheet Menu Bar    &Tools                       30007

   Worksheet Menu Bar    &Data                        30011

   Worksheet Menu Bar    &Window                      30009

   Worksheet Menu Bar    &Help                        30010

 

   Chart Menu Bar        &File                        30002

   Chart Menu Bar        &Edit                        30003

   Chart Menu Bar        &View                        30004

   Chart Menu Bar        &Insert                      30005

   Chart Menu Bar        F&ormat                      30006

   Chart Menu Bar        &Tools                       30007

   Chart Menu Bar        &Chart                       30022

   Chart Menu Bar        &Window                      30009

   Chart Menu Bar        &Help                        30010

 

 

Friday, 16 September 2016

Check Formulas

If you want to check which are the cells with formulas and which are not, you can use this simple quick highlighter to show you, you can find this in the Home TAB, right corner bottom

 

Find the nth Occurrence of a Character in a cell

If you want to find

 

A1 = This World is Very Big

 

To find the place of 3rd I Use the following formula :  FIND("i",A1,FIND("i",A1)+3)

 

Here 3 represent nth occurrence

Thursday, 4 August 2016

Convert XLAM to XLSM

If you have any XL Add in file and you want to convert back into a Macro Enabled File, please do the following

 

Go to File properties >> change the IsAddin to  FALSE

 

 

Enjoy editing Macros

Monday, 25 July 2016

Connect Tally from Excel

If you are trying to connect Tally from Excel and you do the following process.

 

First try connecting a new Query

 

 

Select Tally ODBC

 

 

 

 

If you don’t find the same then ODBC is not enabled in the Tally. Kindly enable by doing the following

 

1.      On the Gateway of Tally, go to configuration F12

 

 

2.      Select Advance configuration

 

 

 

3.      Enable the ODBC

 

 

 

 

 

 

 

 

 

Sunday, 10 July 2016

Generate Random Names

In Excel you can always generate Random Numbers, but for some reason you need Random NAMES quickly, use this link here




Saturday, 2 July 2016

Reverse the Text in Excel

Use this code

 

Function Reversestr(str As String) As String

    Reversestr = StrReverse(Trim(str))

End Function

 

Monday, 22 February 2016

Forgot Password of Tally Company

In Case if you have the tally data, but do not have the login details, you could do the following

 

a)      Look at the name of the company

b)      See the data till when the entries are there

c)      Create a new company in tally with the same name

d)      From the original tally data folder, copy all the files except “Company.900”

e)      You will be able to now see the company.

 

Note: You will not be able to drill down to the transactions, however PnL and BS can be seen

 

Tuesday, 1 December 2015

Delayed Posting of eMail

At times you want compose a mail , but you want to send the email only after certain date/time, you could this settings in the outlook using the following options

 

 

Saturday, 21 November 2015

Grouping of Rows and Columns

To group columns or Rows

 

SHIFT + ALT + RIGHT ARROW KEY

 

 

 

To Ungroup

SHIFT + ALT + LEFTARROW KEY

 

 

Sunday, 8 November 2015

Hide Ribbon

During the presentations and work in MS Office, you want the Top Ribbon to get hidden

 

 

Press Ctrl + F1 to get auto hidden

Here is the result

 

 



DISCLAIMER: The information contained and transmitted by this electronic mail (email) is proprietary to i-Vista Digital Solutions Pvt.Ltd (i-Vista) and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If this is a forwarded message, the content of this email may not have been sent with the formal approval of i-Vista. If you are not the intended recipient, an agent of the intended recipient or a person responsible for delivering the information to the named recipient, you are notified that any use, distribution, disclosure, transmission, printing, copying, or dissemination of this information either whole or partial, in any way, or in any manner is strictly prohibited. If you have received this communication in error, please delete this email immediately & notify i-Vista at postmaster@ivistasolutions.com

Thursday, 5 November 2015

Read the content without clutter

If you are using Mozilla browser, you have an option to read the content of the page, without any advertisement.

 

Try the following

 

Locate the Reading button at the right side of the address bar

 

 

You can use the same button to clear the reading view.

 

Try it on