Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Syed Wayez Ahmed

@Syed Wayez Ahmed
About
Posts
14
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Planing to write again the dequotes
    S Syed Wayez Ahmed

    Being busy was not able to write Dequotes. It was fun writing it that time ;) ,Planning to resume dequoting. :)

    The Lounge com career

  • The Economy Is So Bad ...
    S Syed Wayez Ahmed

    Firo Atrum Ventus wrote:

    VB, ASP, JS, PHP and SQL are my second language

    ASP is a Technology , Not a Language. :)

    The Lounge

  • Torchwood
    S Syed Wayez Ahmed

    _Maxxx_ wrote:

    Man, you're a god. - walterhevedeich 26/05/2011

    LOL If Man is God Then Your so called God could be a Rapist? Then Your so called God could be a Criminal? Then Your so called God could be a Alcoholic? Then Your so called God Shits Evryday? :laugh: Many more can be listed Dnt believe foolish. God is God, Neither a Monkey Nor a Man.

    The Lounge wpf csharp com architecture

  • Sore Fingers
    S Syed Wayez Ahmed

    No fingers anymore! ll of u Thumbs Up or else next post will be Middle Finger! LOL

    The Lounge

  • Religious question in Lounge [modified]
    S Syed Wayez Ahmed

    If Gif can be pronounced as JIF then i can call my colig JAY as GAY? what say?

    The Lounge question discussion database data-structures

  • PRON? PP in Whose Hand?
    S Syed Wayez Ahmed

    Am happy knowing your intention, and i never said i dnt like humor or so. But you posted the your word there not intentions,Am happy even you dnt care for religion but you care Ethics. Thanks for your reply

    The Lounge com question

  • PRON? PP in Whose Hand?
    S Syed Wayez Ahmed

    Its a Verse from Holy Quran. And below is the Explaination on how to read it in symbols. And making fun of Something we dont know and about its Importance is very bad. Avoid it.:rose:

    The Lounge com question

  • How do we program Live chat?
    S Syed Wayez Ahmed

    Hey Richard! Thanx Again. Am on it(Looking for the articles in google), but if any article in your view is best, let me know ;) ?

    Visual Basic question csharp com tutorial

  • How do we program Live chat?
    S Syed Wayez Ahmed

    Hi Richard! Thnx for your replies. It seems u r angry now, being angry whn made to is quality of definately Male. I did research and found many articles which point me to use activex which i dnt want to. and i want an ajax and saved chat can you suggest me for the same? :rolleyes:

    Visual Basic question csharp com tutorial

  • How do we program Live chat?
    S Syed Wayez Ahmed

    Thank You for your suggestion, I dnt know what is google before. You have given me a valuable suggestion.:mad::thumbsdown:

    Visual Basic question csharp com tutorial

  • How do we program Live chat?
    S Syed Wayez Ahmed

    can you please give me an idea how can i implement live chat in my website? I want to know idea behind how to implement live chat Programtically. Am not looking for any gadgets or so, am looking for logic how do we in Vb.net ;) ? Any suggestion will be most appreciated.:rose: Wayez:thumbsdown: http://wayezquotes.blogspot.com

    Visual Basic question csharp com tutorial

  • Copy data from one excel file to another excel file
    S Syed Wayez Ahmed

    Good Priya jii! As michael said but if you want to check with headers Just check the range in target sheet and compare to data sheet if exists paste.

    if ActiveSheet.Range(Cells(1, 1)="Emp Num" then
    Set rng = ActiveSheet.Range(Cells(2, 1), Cells(2, 1).End(xlDown))
    Set tgt = Application.Workbooks.Open("D:\Target.xls")
    rng.Copy tgt.Worksheets("Tabelle1").Cells ' tgt.Save
    tgt.Close
    end if

    Visual Basic help

  • Copy data from one excel file to another excel file
    S Syed Wayez Ahmed

    if you dont want to disturb both the header then

    i=2

    if you want to compare headers of both

    if sheet1.cells(1,1)=sheet2.cells(1,1) then

    Dim i As Integer
    i = 2
    While Trim(sheet2.Cells(i, 1)) <> ""
    sheet1.cells(i,1)=sheet2.cells(i,1)
    sheet1.cells(i,2)=sheet2.cells(i,2)
    sheet1.cells(i,3)=sheet2.cells(i,3)
    i=i+1
    wend
    End if

    Visual Basic help

  • Copy data from one excel file to another excel file
    S Syed Wayez Ahmed

    Even tou ur problem was not clear i tried to help you with what i have understood. You want to copy a sheet from a sheet, if a sheet has three columns below is the code.

    Dim i As Integer
    i = 1

    While Trim(sheet2.Cells(i, 1)) <> ""
    sheet1.cells(i,1)=sheet2.cells(i,1)
    sheet1.cells(i,2)=sheet2.cells(i,2)
    sheet1.cells(i,3)=sheet2.cells(i,3)
    i=i+1
    wend

    If you want to keep the header as it is in sheet1 and want to copy the whole thing next to it, below is the code:

    Dim i As Integer
    i = 1

    While Trim(sheet2.Cells(i, 1)) <> ""
    sheet1.cells(i+1,1)=sheet2.cells(i,1)
    sheet1.cells(i+1,2)=sheet2.cells(i,2)
    sheet1.cells(i+1,3)=sheet2.cells(i,3)
    i=i+1
    wend

    cheers 'S wayez 'http://wayezquotes.blogspot.com

    Visual Basic help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups